Html Css Color HEX #48AAA5 Cadet Blue

📋 copy color: '#48AAA5'

red 72 ◦ green 170 ◦ blue 165

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

Shades of Cadet Blue #48AAA5

Tints of Cadet Blue #48AAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.54%

R = 17.69%
G = 41.77%
B = 40.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#48AAA5 (or 0x48AAA5) is known color: Cadet Blue. HEX triplet: 48, AA and A5. RGB value is (72,170,165). Sum of RGB (Red+Green+Blue) = 72+170+165=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #48AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AAA5 is #B7555A. Grayscale: #8C8C8C. Windows color (decimal): -12014939 or 10857032. OLE color: 10857032.

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

Color convert

RGB 72 170 165 -
CMYK 0.58 0 0.03 0.33
HSL 176.94º 0.4% 0.47% -
HSV(B) 176.94º 0.58% 0.67% -
XYZ 23.84 32.84 40.68 -
YUV 140.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 72 170 165 0.58 0 0.03 0.33 176.94 0.4 0.47
Hex 48 AA A5 3A 0 3 21 B1 28 2F
Octal 110 252 245 72 0 3 41 261 50 57
Binary 1001000 10101010 10100101 111010 0 11 100001 10110001 101000 101111

Color Harmonies of #48AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AAA5

Black with #48AAA5

Text Example


Text Example

White with #48AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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