Html Css Color HEX #48A8AD Cadet Blue

📋 copy color: '#48A8AD'

red 72 ◦ green 168 ◦ blue 173

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

Shades of Cadet Blue #48A8AD

Tints of Cadet Blue #48A8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 17.43%
G = 40.68%
B = 41.89%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#48A8AD (or 0x48A8AD) is known color: Cadet Blue. HEX triplet: 48, A8 and AD. RGB value is (72,168,173). Sum of RGB (Red+Green+Blue) = 72+168+173=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #48A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A8AD is #B75752. Grayscale: #8B8B8B. Windows color (decimal): -12015443 or 11380808. OLE color: 11380808.

HSL color Cylindrical-coordinate representation of color #48A8AD: hue angle of 182.97º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48A8AD is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 168 173 -
CMYK 0.58 0.03 0 0.32
HSL 182.97º 0.41% 0.48% -
HSV(B) 182.97º 0.58% 0.68% -
XYZ 24.22 32.4 44.51 -
YUV 139.87 146.7 79.59 -
System Red Green Blue C M Y K H S L
Decimal 72 168 173 0.58 0.03 0 0.32 182.97 0.41 0.48
Hex 48 A8 AD 3A 3 0 20 B7 29 30
Octal 110 250 255 72 3 0 40 267 51 60
Binary 1001000 10101000 10101101 111010 11 0 100000 10110111 101001 110000

Color Harmonies of #48A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A8AD

Black with #48A8AD

Text Example


Text Example

White with #48A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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