#34AEB0

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

Shades of Light Sea Green #34AEB0

Tints of Light Sea Green #34AEB0

Color information

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

HSL color Cylindrical-coordinate representation of color #34AEB0: hue angle of 180.97º 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 #34AEB0 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB52174176-
CMYK0.700.0100.31
HSL180.97º54.39%44.71%-
HSV(B)180.97º70.45%69.02%-
XYZ24.3934.1446.38-
YUV137.75149.5866.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521741760.700.0100.31180.9754.3944.71
Hex34AEB046101Fb5362d
Octal6425626010610372656655
Binary11010010101110101100001000110101111110110101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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