#34C1B9

Color #34C1B9 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #34C1B9

Tints of Light Sea Green #34C1B9

Color information

#34C1B9 (or 0x34C1B9) is unknown color: approx Light Sea Green. HEX triplet: 34, C1 and B9. RGB value is (52,193,185). Sum of RGB (Red+Green+Blue) = 52+193+185=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #34C1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C1B9 is #CB3E46. Grayscale: #959595. Windows color (decimal): -13319751 or 12173620. OLE color: 12173620.

HSL color Cylindrical-coordinate representation of color #34C1B9: hue angle of 176.6º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C1B9 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB52193185-
CMYK0.7300.040.24
HSL176.6º57.55%48.04%-
HSV(B)176.6º73.06%75.69%-
XYZ29.2442.3752.54-
YUV149.93147.7958.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 12.09%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 185 (72.66% from 255) = 43.02%
R=12.09%
G=44.88%
B=43.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521931850.7300.040.24176.657.5548.04
Hex34C1B9490418b13a30
Octal6430127111104302617260
Binary1101001100000110111001100100101001100010110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34C1B9; }

 p { color: rgb(52,193,185); }

 H1.HeaderClassName
 {
   color: #34C1B9;
 }
 .AnyTagClassName
 {
   color: #34C1B9;
 }
</style>
background-color css

<style>
 a { background-color: #34C1B9; }

 a { background-color: rgb(52,193,185); }

 div.DivClassName
 {
   background-color: #34C1B9;
 }
 .BgClassName
 {
   background-color: #34C1B9;
 }
</style>
border-color css

<style>
 span { border-color: #34C1B9; }

 span { border-color: rgb(52,193,185); }

 td.TdClassName
 {
   border-color: #34C1B9;
 }
 .TagClassName
 {
   border-color: #34C1B9;
 }
</style>