Html Css Color HEX #48A2AA Cadet Blue

📋 copy color: '#48A2AA'

red 72 ◦ green 162 ◦ blue 170

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

Shades of Cadet Blue #48A2AA

Tints of Cadet Blue #48A2AA

RGB

 RED value IS 72 (28.52% from 255) = 17.82%

 GREEN value IS 162 (63.67% from 255) = 40.1%

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

R = 17.82%
G = 40.1%
B = 42.08%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#48A2AA (or 0x48A2AA) is known color: Cadet Blue. HEX triplet: 48, A2 and AA. RGB value is (72,162,170). Sum of RGB (Red+Green+Blue) = 72+162+170=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #48A2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A2AA is #B75D55. Grayscale: #878787. Windows color (decimal): -12016982 or 11182664. OLE color: 11182664.

HSL color Cylindrical-coordinate representation of color #48A2AA: hue angle of 184.9º degrees, saturation: 0.4, 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 #48A2AA is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 162 170 -
CMYK 0.58 0.05 0 0.33
HSL 184.9º 0.4% 0.47% -
HSV(B) 184.9º 0.58% 0.67% -
XYZ 22.85 30.12 42.64 -
YUV 136 147.18 82.35 -
System Red Green Blue C M Y K H S L
Decimal 72 162 170 0.58 0.05 0 0.33 184.9 0.4 0.47
Hex 48 A2 AA 3A 5 0 21 B9 28 2F
Octal 110 242 252 72 5 0 41 271 50 57
Binary 1001000 10100010 10101010 111010 101 0 100001 10111001 101000 101111

Color Harmonies of #48A2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A2AA

Black with #48A2AA

Text Example


Text Example

White with #48A2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A2AA; }

 p { color: rgb(72,162,170); }

 H1.HeaderClassName
 {
   color: #48A2AA;
 }
 .AnyTagClassName
 {
   color: #48A2AA;
 }
</style>

background-color css

<style>
 a { background-color: #48A2AA; }

 a { background-color: rgb(72,162,170); }

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

border-color css

<style>
 span { border-color: #48A2AA; }

 span { border-color: rgb(72,162,170); }

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