Html Css Color HEX #48A8AA Cadet Blue

📋 copy color: '#48A8AA'

red 72 ◦ green 168 ◦ blue 170

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

Shades of Cadet Blue #48A8AA

Tints of Cadet Blue #48A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

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

R = 17.56%
G = 40.98%
B = 41.46%

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

#48A8AA (or 0x48A8AA) is known color: Cadet Blue. HEX triplet: 48, A8 and AA. RGB value is (72,168,170). Sum of RGB (Red+Green+Blue) = 72+168+170=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #48A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A8AA is #B75755. Grayscale: #8B8B8B. Windows color (decimal): -12015446 or 11184200. OLE color: 11184200.

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

Color convert

RGB 72 168 170 -
CMYK 0.58 0.01 0 0.33
HSL 181.22º 0.4% 0.47% -
HSV(B) 181.22º 0.58% 0.67% -
XYZ 23.93 32.29 43 -
YUV 139.52 145.2 79.84 -
System Red Green Blue C M Y K H S L
Decimal 72 168 170 0.58 0.01 0 0.33 181.22 0.4 0.47
Hex 48 A8 AA 3A 1 0 21 B5 28 2F
Octal 110 250 252 72 1 0 41 265 50 57
Binary 1001000 10101000 10101010 111010 1 0 100001 10110101 101000 101111

Color Harmonies of #48A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A8AA

Black with #48A8AA

Text Example


Text Example

White with #48A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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