Html Css Color HEX #47ABAB Cadet Blue

📋 copy color: '#47ABAB'

red 71 ◦ green 171 ◦ blue 171

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

Shades of Cadet Blue #47ABAB

Tints of Cadet Blue #47ABAB

RGB

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

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

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

R = 17.19%
G = 41.4%
B = 41.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#47ABAB (or 0x47ABAB) is known color: Cadet Blue. HEX triplet: 47, AB and AB. RGB value is (71,171,171). Sum of RGB (Red+Green+Blue) = 71+171+171=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #47ABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ABAB is #B85454. Grayscale: #8D8D8D. Windows color (decimal): -12080213 or 11250503. OLE color: 11250503.

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

Color convert

RGB 71 171 171 -
CMYK 0.58 0 0 0.33
HSL 180º 0.41% 0.47% -
HSV(B) 180º 0.58% 0.67% -
XYZ 24.51 33.41 43.68 -
YUV 141.1 144.87 78 -
System Red Green Blue C M Y K H S L
Decimal 71 171 171 0.58 0 0 0.33 180 0.41 0.47
Hex 47 AB AB 3A 0 0 21 B4 29 2F
Octal 107 253 253 72 0 0 41 264 51 57
Binary 1000111 10101011 10101011 111010 0 0 100001 10110100 101001 101111

Color Harmonies of #47ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABAB

Black with #47ABAB

Text Example


Text Example

White with #47ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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