Html Css Color HEX #47ACAC Cadet Blue

📋 copy color: '#47ACAC'

red 71 ◦ green 172 ◦ blue 172

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

Shades of Cadet Blue #47ACAC

Tints of Cadet Blue #47ACAC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 17.11%
G = 41.45%
B = 41.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#47ACAC (or 0x47ACAC) is known color: Cadet Blue. HEX triplet: 47, AC and AC. RGB value is (71,172,172). Sum of RGB (Red+Green+Blue) = 71+172+172=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #47ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ACAC is #B85353. Grayscale: #8D8D8D. Windows color (decimal): -12079956 or 11316295. OLE color: 11316295.

HSL color Cylindrical-coordinate representation of color #47ACAC: hue angle of 180º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47ACAC is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 172 172 -
CMYK 0.59 0 0 0.33
HSL 180º 0.42% 0.48% -
HSV(B) 180º 0.59% 0.67% -
XYZ 24.8 33.82 44.25 -
YUV 141.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 71 172 172 0.59 0 0 0.33 180 0.42 0.48
Hex 47 AC AC 3B 0 0 21 B4 2A 30
Octal 107 254 254 73 0 0 41 264 52 60
Binary 1000111 10101100 10101100 111011 0 0 100001 10110100 101010 110000

Color Harmonies of #47ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ACAC

Black with #47ACAC

Text Example


Text Example

White with #47ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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