#34BCB3

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

Shades of Light Sea Green #34BCB3

Tints of Light Sea Green #34BCB3

Color information

#34BCB3 (or 0x34BCB3) is unknown color: approx Light Sea Green. HEX triplet: 34, BC and B3. RGB value is (52,188,179). Sum of RGB (Red+Green+Blue) = 52+188+179=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #34BCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BCB3 is #CB434C. Grayscale: #929292. Windows color (decimal): -13321037 or 11779124. OLE color: 11779124.

HSL color Cylindrical-coordinate representation of color #34BCB3: hue angle of 176.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BCB3 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB52188179-
CMYK0.7200.050.26
HSL176.03º56.67%47.06%-
HSV(B)176.03º72.34%73.73%-
XYZ27.5439.9548.91-
YUV146.31146.4460.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.41%
GREEN value IS 188 (73.83% from 255) = 44.87%
BLUE value IS 179 (70.31% from 255) = 42.72%
R=12.41%
G=44.87%
B=42.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521881790.7200.050.26176.0356.6747.06
Hex34BCB348051Ab0392f
Octal6427426311005322607157
Binary1101001011110010110011100100001011101010110000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,188,179); }

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

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

 a { background-color: rgb(52,188,179); }

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

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

 span { border-color: rgb(52,188,179); }

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