#34B19F

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

Shades of Light Sea Green #34B19F

Tints of Light Sea Green #34B19F

Color information

#34B19F (or 0x34B19F) is unknown color: approx Light Sea Green. HEX triplet: 34, B1 and 9F. RGB value is (52,177,159). Sum of RGB (Red+Green+Blue) = 52+177+159=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #34B19F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B19F is #CB4E60. Grayscale: #898989. Windows color (decimal): -13323873 or 10465588. OLE color: 10465588.

HSL color Cylindrical-coordinate representation of color #34B19F: hue angle of 171.36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B19F is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB52177159-
CMYK0.7100.100.31
HSL171.36º54.59%44.9%-
HSV(B)171.36º70.62%69.41%-
XYZ23.434.6838.26-
YUV137.57140.0966.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.40%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=13.40%
G=45.62%
B=40.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521771590.7100.100.31171.3654.5944.9
Hex34B19F470A1Fab372d
Octal64261237107012372536755
Binary11010010110001100111111000111010101111110101011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,177,159); }

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

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

 a { background-color: rgb(52,177,159); }

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

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

 span { border-color: rgb(52,177,159); }

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