#34B3B9

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

Shades of Light Sea Green #34B3B9

Tints of Light Sea Green #34B3B9

Color information

#34B3B9 (or 0x34B3B9) is unknown color: approx Light Sea Green. HEX triplet: 34, B3 and B9. RGB value is (52,179,185). Sum of RGB (Red+Green+Blue) = 52+179+185=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #34B3B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B3B9 is #CB4C46. Grayscale: #8D8D8D. Windows color (decimal): -13323335 or 12170036. OLE color: 12170036.

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

Color convert

RGB52179185-
CMYK0.720.0300.27
HSL182.71º56.12%46.47%-
HSV(B)182.71º71.89%72.55%-
XYZ26.2936.4751.55-
YUV141.71152.4264.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.5%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 185 (72.66% from 255) = 44.47%
R=12.5%
G=43.03%
B=44.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521791850.720.0300.27182.7156.1246.47
Hex34B3B948301Bb7382e
Octal6426327111030332677056
Binary110100101100111011100110010001101101110110111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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