Html Css Color HEX #47ABAA Cadet Blue

📋 copy color: '#47ABAA'

red 71 ◦ green 171 ◦ blue 170

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

Shades of Cadet Blue #47ABAA

Tints of Cadet Blue #47ABAA

RGB

 RED value IS 71 (28.13% from 255) = 17.23%

 GREEN value IS 171 (67.19% from 255) = 41.5%

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

R = 17.23%
G = 41.5%
B = 41.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#47ABAA (or 0x47ABAA) is known color: Cadet Blue. HEX triplet: 47, AB and AA. RGB value is (71,171,170). Sum of RGB (Red+Green+Blue) = 71+171+170=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #47ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ABAA is #B85455. Grayscale: #8C8C8C. Windows color (decimal): -12080214 or 11184967. OLE color: 11184967.

HSL color Cylindrical-coordinate representation of color #47ABAA: hue angle of 179.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47ABAA is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 171 170 -
CMYK 0.58 0 0.01 0.33
HSL 179.4º 0.41% 0.47% -
HSV(B) 179.4º 0.58% 0.67% -
XYZ 24.42 33.37 43.18 -
YUV 140.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 71 171 170 0.58 0 0.01 0.33 179.4 0.41 0.47
Hex 47 AB AA 3A 0 1 21 B3 29 2F
Octal 107 253 252 72 0 1 41 263 51 57
Binary 1000111 10101011 10101010 111010 0 1 100001 10110011 101001 101111

Color Harmonies of #47ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABAA

Black with #47ABAA

Text Example


Text Example

White with #47ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47ABAA; }

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

 H1.HeaderClassName
 {
   color: #47ABAA;
 }
 .AnyTagClassName
 {
   color: #47ABAA;
 }
</style>

background-color css

<style>
 a { background-color: #47ABAA; }

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

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

border-color css

<style>
 span { border-color: #47ABAA; }

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

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