Html Css Color HEX #47AAAB Cadet Blue

📋 copy color: '#47AAAB'

red 71 ◦ green 170 ◦ blue 171

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

Shades of Cadet Blue #47AAAB

Tints of Cadet Blue #47AAAB

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #47AAAB: hue angle of 180.6º 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 #47AAAB is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 170 171 -
CMYK 0.58 0.01 0 0.33
HSL 180.6º 0.41% 0.47% -
HSV(B) 180.6º 0.58% 0.67% -
XYZ 24.32 33.03 43.62 -
YUV 140.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 71 170 171 0.58 0.01 0 0.33 180.6 0.41 0.47
Hex 47 AA AB 3A 1 0 21 B5 29 2F
Octal 107 252 253 72 1 0 41 265 51 57
Binary 1000111 10101010 10101011 111010 1 0 100001 10110101 101001 101111

Color Harmonies of #47AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AAAB

Black with #47AAAB

Text Example


Text Example

White with #47AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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