Html Css Color HEX #48AAA7 Cadet Blue

📋 copy color: '#48AAA7'

red 72 ◦ green 170 ◦ blue 167

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

Shades of Cadet Blue #48AAA7

Tints of Cadet Blue #48AAA7

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 72 170 167 -
CMYK 0.58 0 0.02 0.33
HSL 178.16º 0.4% 0.47% -
HSV(B) 178.16º 0.58% 0.67% -
XYZ 24.02 32.92 41.65 -
YUV 140.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 72 170 167 0.58 0 0.02 0.33 178.16 0.4 0.47
Hex 48 AA A7 3A 0 2 21 B2 28 2F
Octal 110 252 247 72 0 2 41 262 50 57
Binary 1001000 10101010 10100111 111010 0 10 100001 10110010 101000 101111

Color Harmonies of #48AAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AAA7

Black with #48AAA7

Text Example


Text Example

White with #48AAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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