Html Css Color HEX #48A4AB Cadet Blue

📋 copy color: '#48A4AB'

red 72 ◦ green 164 ◦ blue 171

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

Shades of Cadet Blue #48A4AB

Tints of Cadet Blue #48A4AB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 17.69%
G = 40.29%
B = 42.01%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#48A4AB (or 0x48A4AB) is known color: Cadet Blue. HEX triplet: 48, A4 and AB. RGB value is (72,164,171). Sum of RGB (Red+Green+Blue) = 72+164+171=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #48A4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A4AB is #B75B54. Grayscale: #898989. Windows color (decimal): -12016469 or 11248712. OLE color: 11248712.

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

Color convert

RGB 72 164 171 -
CMYK 0.58 0.04 0 0.33
HSL 184.24º 0.41% 0.48% -
HSV(B) 184.24º 0.58% 0.67% -
XYZ 23.3 30.87 43.26 -
YUV 137.29 147.02 81.43 -
System Red Green Blue C M Y K H S L
Decimal 72 164 171 0.58 0.04 0 0.33 184.24 0.41 0.48
Hex 48 A4 AB 3A 4 0 21 B8 29 30
Octal 110 244 253 72 4 0 41 270 51 60
Binary 1001000 10100100 10101011 111010 100 0 100001 10111000 101001 110000

Color Harmonies of #48A4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A4AB

Black with #48A4AB

Text Example


Text Example

White with #48A4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,164,171); }

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

background-color css

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

 a { background-color: rgb(72,164,171); }

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

border-color css

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

 span { border-color: rgb(72,164,171); }

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