#34B7B0

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

Shades of Light Sea Green #34B7B0

Tints of Light Sea Green #34B7B0

Color information

#34B7B0 (or 0x34B7B0) is unknown color: approx Light Sea Green. HEX triplet: 34, B7 and B0. RGB value is (52,183,176). Sum of RGB (Red+Green+Blue) = 52+183+176=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #34B7B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B7B0 is #CB484F. Grayscale: #8E8E8E. Windows color (decimal): -13322320 or 11581236. OLE color: 11581236.

HSL color Cylindrical-coordinate representation of color #34B7B0: hue angle of 176.79º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B7B0 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB52183176-
CMYK0.7200.040.28
HSL176.79º55.74%46.08%-
HSV(B)176.79º71.58%71.76%-
XYZ26.1937.7346.98-
YUV143.03146.663.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.65%
GREEN value IS 183 (71.88% from 255) = 44.53%
BLUE value IS 176 (69.14% from 255) = 42.82%
R=12.65%
G=44.53%
B=42.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal521831760.7200.040.28176.7955.7446.08
Hex34B7B048041Cb1382e
Octal6426726011004342617056
Binary1101001011011110110000100100001001110010110001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,183,176); }

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

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

 a { background-color: rgb(52,183,176); }

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

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

 span { border-color: rgb(52,183,176); }

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