#34B3B7

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

Shades of Light Sea Green #34B3B7

Tints of Light Sea Green #34B3B7

Color information

#34B3B7 (or 0x34B3B7) is unknown color: approx Light Sea Green. HEX triplet: 34, B3 and B7. RGB value is (52,179,183). Sum of RGB (Red+Green+Blue) = 52+179+183=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 183 - color contains mainly: blue. Hex color #34B3B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B3B7 is #CB4C48. Grayscale: #8D8D8D. Windows color (decimal): -13323337 or 12038964. OLE color: 12038964.

HSL color Cylindrical-coordinate representation of color #34B3B7: hue angle of 181.83º 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 #34B3B7 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB52179183-
CMYK0.720.0200.28
HSL181.83º55.74%46.08%-
HSV(B)181.83º71.58%71.76%-
XYZ26.0836.3950.45-
YUV141.48151.4264.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.56%
GREEN value IS 179 (70.31% from 255) = 43.24%
BLUE value IS 183 (71.88% from 255) = 44.20%
R=12.56%
G=43.24%
B=44.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal521791830.720.0200.28181.8355.7446.08
Hex34B3B748201Cb6382e
Octal6426326711020342667056
Binary110100101100111011011110010001001110010110110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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