Html Css Color HEX #48AAAB Cadet Blue

📋 copy color: '#48AAAB'

red 72 ◦ green 170 ◦ blue 171

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

Shades of Cadet Blue #48AAAB

Tints of Cadet Blue #48AAAB

RGB

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

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

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

R = 17.43%
G = 41.16%
B = 41.4%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#48AAAB (or 0x48AAAB) is known color: Cadet Blue. HEX triplet: 48, AA and AB. RGB value is (72,170,171). Sum of RGB (Red+Green+Blue) = 72+170+171=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #48AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AAAB is #B75554. Grayscale: #8C8C8C. Windows color (decimal): -12014933 or 11250248. OLE color: 11250248.

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

Color convert

RGB 72 170 171 -
CMYK 0.58 0.01 0 0.33
HSL 180.61º 0.41% 0.48% -
HSV(B) 180.61º 0.58% 0.67% -
XYZ 24.4 33.07 43.62 -
YUV 140.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 72 170 171 0.58 0.01 0 0.33 180.61 0.41 0.48
Hex 48 AA AB 3A 1 0 21 B5 29 30
Octal 110 252 253 72 1 0 41 265 51 60
Binary 1001000 10101010 10101011 111010 1 0 100001 10110101 101001 110000

Color Harmonies of #48AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AAAB

Black with #48AAAB

Text Example


Text Example

White with #48AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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