Html Css Color HEX #48A5AA Cadet Blue

📋 copy color: '#48A5AA'

red 72 ◦ green 165 ◦ blue 170

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

Shades of Cadet Blue #48A5AA

Tints of Cadet Blue #48A5AA

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 72 165 170 -
CMYK 0.58 0.03 0 0.33
HSL 183.06º 0.4% 0.47% -
HSV(B) 183.06º 0.58% 0.67% -
XYZ 23.38 31.19 42.82 -
YUV 137.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 72 165 170 0.58 0.03 0 0.33 183.06 0.4 0.47
Hex 48 A5 AA 3A 3 0 21 B7 28 2F
Octal 110 245 252 72 3 0 41 267 50 57
Binary 1001000 10100101 10101010 111010 11 0 100001 10110111 101000 101111

Color Harmonies of #48A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A5AA

Black with #48A5AA

Text Example


Text Example

White with #48A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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