#34ACB5

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

Shades of Light Sea Green #34ACB5

Tints of Light Sea Green #34ACB5

Color information

#34ACB5 (or 0x34ACB5) is unknown color: approx Light Sea Green. HEX triplet: 34, AC and B5. RGB value is (52,172,181). Sum of RGB (Red+Green+Blue) = 52+172+181=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #34ACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ACB5 is #CB534A. Grayscale: #888888. Windows color (decimal): -13325131 or 11906100. OLE color: 11906100.

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

Color convert

RGB52172181-
CMYK0.710.0500.29
HSL184.19º55.36%45.69%-
HSV(B)184.19º71.27%70.98%-
XYZ24.5133.5748.9-
YUV137.15152.7467.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.84%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 181 (71.09% from 255) = 44.69%
R=12.84%
G=42.47%
B=44.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521721810.710.0500.29184.1955.3645.69
Hex34ACB547501Db8372e
Octal6425426510750352706756
Binary1101001010110010110101100011110101110110111000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,172,181); }

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

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

 a { background-color: rgb(52,172,181); }

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

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

 span { border-color: rgb(52,172,181); }

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