Html Css Color HEX #34A6AA Light Sea Green

📋 copy color: '#34A6AA'

red 52 ◦ green 166 ◦ blue 170

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

Shades of Light Sea Green #34A6AA

Tints of Light Sea Green #34A6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 13.4%
G = 42.78%
B = 43.81%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#34A6AA (or 0x34A6AA) is known color: Light Sea Green. HEX triplet: 34, A6 and AA. RGB value is (52,166,170). Sum of RGB (Red+Green+Blue) = 52+166+170=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #34A6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A6AA is #CB5955. Grayscale: #848484. Windows color (decimal): -13326678 or 11183668. OLE color: 11183668.

HSL color Cylindrical-coordinate representation of color #34A6AA: hue angle of 182.03º 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 #34A6AA is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 166 170 -
CMYK 0.69 0.02 0 0.33
HSL 182.03º 0.53% 0.44% -
HSV(B) 182.03º 0.69% 0.67% -
XYZ 22.31 30.9 42.82 -
YUV 132.37 149.23 70.67 -
System Red Green Blue C M Y K H S L
Decimal 52 166 170 0.69 0.02 0 0.33 182.03 0.53 0.44
Hex 34 A6 AA 45 2 0 21 B6 35 2C
Octal 64 246 252 105 2 0 41 266 65 54
Binary 110100 10100110 10101010 1000101 10 0 100001 10110110 110101 101100

Color Harmonies of #34A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A6AA

Black with #34A6AA

Text Example


Text Example

White with #34A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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