#34B4B3

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

Shades of Light Sea Green #34B4B3

Tints of Light Sea Green #34B4B3

Color information

#34B4B3 (or 0x34B4B3) is unknown color: approx Light Sea Green. HEX triplet: 34, B4 and B3. RGB value is (52,180,179). Sum of RGB (Red+Green+Blue) = 52+180+179=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #34B4B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B4B3 is #CB4B4C. Grayscale: #8D8D8D. Windows color (decimal): -13323085 or 11777076. OLE color: 11777076.

HSL color Cylindrical-coordinate representation of color #34B4B3: hue angle of 179.53º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B4B3 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB52180179-
CMYK0.7100.010.29
HSL179.53º55.17%45.49%-
HSV(B)179.53º71.11%70.59%-
XYZ25.8736.6348.35-
YUV141.61149.0964.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.65%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 179 (70.31% from 255) = 43.55%
R=12.65%
G=43.80%
B=43.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521801790.7100.010.29179.5355.1745.49
Hex34B4B347011Db4372d
Octal6426426310701352646755
Binary11010010110100101100111000111011110110110100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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