Html Css Color HEX #48A7AA Cadet Blue

📋 copy color: '#48A7AA'

red 72 ◦ green 167 ◦ blue 170

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

Shades of Cadet Blue #48A7AA

Tints of Cadet Blue #48A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

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

R = 17.6%
G = 40.83%
B = 41.56%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#48A7AA (or 0x48A7AA) is known color: Cadet Blue. HEX triplet: 48, A7 and AA. RGB value is (72,167,170). Sum of RGB (Red+Green+Blue) = 72+167+170=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #48A7AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A7AA is #B75855. Grayscale: #8A8A8A. Windows color (decimal): -12015702 or 11183944. OLE color: 11183944.

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

Color convert

RGB 72 167 170 -
CMYK 0.58 0.02 0 0.33
HSL 181.84º 0.4% 0.47% -
HSV(B) 181.84º 0.58% 0.67% -
XYZ 23.75 31.92 42.94 -
YUV 138.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 72 167 170 0.58 0.02 0 0.33 181.84 0.4 0.47
Hex 48 A7 AA 3A 2 0 21 B6 28 2F
Octal 110 247 252 72 2 0 41 266 50 57
Binary 1001000 10100111 10101010 111010 10 0 100001 10110110 101000 101111

Color Harmonies of #48A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A7AA

Black with #48A7AA

Text Example


Text Example

White with #48A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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