Html Css Color HEX #34AAAB Light Sea Green

📋 copy color: '#34AAAB'

red 52 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #34AAAB

Tints of Light Sea Green #34AAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 13.23%
G = 43.26%
B = 43.51%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#34AAAB (or 0x34AAAB) is known color: Light Sea Green. HEX triplet: 34, AA and AB. RGB value is (52,170,171). Sum of RGB (Red+Green+Blue) = 52+170+171=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #34AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AAAB is #CB5554. Grayscale: #868686. Windows color (decimal): -13325653 or 11250228. OLE color: 11250228.

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

Color convert

RGB 52 170 171 -
CMYK 0.70 0.01 0 0.33
HSL 180.5º 0.53% 0.44% -
HSV(B) 180.5º 0.7% 0.67% -
XYZ 23.14 32.42 43.57 -
YUV 134.83 148.41 68.92 -
System Red Green Blue C M Y K H S L
Decimal 52 170 171 0.70 0.01 0 0.33 180.5 0.53 0.44
Hex 34 AA AB 46 1 0 21 B5 35 2C
Octal 64 252 253 106 1 0 41 265 65 54
Binary 110100 10101010 10101011 1000110 1 0 100001 10110101 110101 101100

Color Harmonies of #34AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AAAB

Black with #34AAAB

Text Example


Text Example

White with #34AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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