#34B3B8

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

Shades of Light Sea Green #34B3B8

Tints of Light Sea Green #34B3B8

Color information

#34B3B8 (or 0x34B3B8) is unknown color: approx Light Sea Green. HEX triplet: 34, B3 and B8. RGB value is (52,179,184). Sum of RGB (Red+Green+Blue) = 52+179+184=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #34B3B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B3B8 is #CB4C47. Grayscale: #8D8D8D. Windows color (decimal): -13323336 or 12104500. OLE color: 12104500.

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

Color convert

RGB52179184-
CMYK0.720.0300.28
HSL182.27º55.93%46.27%-
HSV(B)182.27º71.74%72.16%-
XYZ26.1936.4351-
YUV141.6151.9264.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.53%
GREEN value IS 179 (70.31% from 255) = 43.13%
BLUE value IS 184 (72.27% from 255) = 44.34%
R=12.53%
G=43.13%
B=44.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal521791840.720.0300.28182.2755.9346.27
Hex34B3B848301Cb6382e
Octal6426327011030342667056
Binary110100101100111011100010010001101110010110110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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