Html Css Color HEX #34AAA0 Light Sea Green

📋 copy color: '#34AAA0'

red 52 ◦ green 170 ◦ blue 160

#34AAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #34AAA0

Tints of Light Sea Green #34AAA0

RGB

 RED value IS 52 (20.7% from 255) = 13.61%

 GREEN value IS 170 (66.8% from 255) = 44.5%

 BLUE value IS 160 (62.89% from 255) = 41.88%

R = 13.61%
G = 44.5%
B = 41.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#34AAA0 (or 0x34AAA0) is known color: Light Sea Green. HEX triplet: 34, AA and A0. RGB value is (52,170,160). Sum of RGB (Red+Green+Blue) = 52+170+160=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #34AAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AAA0 is #CB555F. Grayscale: #858585. Windows color (decimal): -13325664 or 10529332. OLE color: 10529332.

HSL color Cylindrical-coordinate representation of color #34AAA0: hue angle of 174.92º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AAA0 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 170 160 -
CMYK 0.69 0 0.06 0.33
HSL 174.92º 0.53% 0.44% -
HSV(B) 174.92º 0.69% 0.67% -
XYZ 22.14 32.02 38.27 -
YUV 133.58 142.91 69.81 -
System Red Green Blue C M Y K H S L
Decimal 52 170 160 0.69 0 0.06 0.33 174.92 0.53 0.44
Hex 34 AA A0 45 0 6 21 AF 35 2C
Octal 64 252 240 105 0 6 41 257 65 54
Binary 110100 10101010 10100000 1000101 0 110 100001 10101111 110101 101100

Color Harmonies of #34AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AAA0

Black with #34AAA0

Text Example


Text Example

White with #34AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,170,160); }

 H1.HeaderClassName
 {
   color: #34AAA0;
 }
 .AnyTagClassName
 {
   color: #34AAA0;
 }
</style>

background-color css

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

 a { background-color: rgb(52,170,160); }

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

border-color css

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

 span { border-color: rgb(52,170,160); }

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