#34BFB9

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

Shades of Light Sea Green #34BFB9

Tints of Light Sea Green #34BFB9

Color information

#34BFB9 (or 0x34BFB9) is unknown color: approx Light Sea Green. HEX triplet: 34, BF and B9. RGB value is (52,191,185). Sum of RGB (Red+Green+Blue) = 52+191+185=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #34BFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BFB9 is #CB4046. Grayscale: #949494. Windows color (decimal): -13320263 or 12173108. OLE color: 12173108.

HSL color Cylindrical-coordinate representation of color #34BFB9: hue angle of 177.41º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BFB9 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB52191185-
CMYK0.7300.030.25
HSL177.41º57.2%47.65%-
HSV(B)177.41º72.77%74.9%-
XYZ28.841.4952.39-
YUV148.76148.4558.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.15%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=12.15%
G=44.63%
B=43.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521911850.7300.030.25177.4157.247.65
Hex34BFB9490319b13930
Octal6427727111103312617160
Binary110100101111111011100110010010111100110110001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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