#34B0AE

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

Shades of Light Sea Green #34B0AE

Tints of Light Sea Green #34B0AE

Color information

#34B0AE (or 0x34B0AE) is unknown color: approx Light Sea Green. HEX triplet: 34, B0 and AE. RGB value is (52,176,174). Sum of RGB (Red+Green+Blue) = 52+176+174=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #34B0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B0AE is #CB4F51. Grayscale: #8A8A8A. Windows color (decimal): -13324114 or 11448372. OLE color: 11448372.

HSL color Cylindrical-coordinate representation of color #34B0AE: hue angle of 179.03º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34B0AE is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB52176174-
CMYK0.7000.010.31
HSL179.03º54.39%44.71%-
HSV(B)179.03º70.45%69.02%-
XYZ24.5834.8445.47-
YUV138.7147.9266.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.94%
GREEN value IS 176 (69.14% from 255) = 43.78%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=12.94%
G=43.78%
B=43.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521761740.7000.010.31179.0354.3944.71
Hex34B0AE46011Fb3362d
Octal6426025610601372636655
Binary11010010110000101011101000110011111110110011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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