Html Css Color HEX #48ABAA Cadet Blue

📋 copy color: '#48ABAA'

red 72 ◦ green 171 ◦ blue 170

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

Shades of Cadet Blue #48ABAA

Tints of Cadet Blue #48ABAA

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 72 171 170 -
CMYK 0.58 0 0.01 0.33
HSL 179.39º 0.41% 0.48% -
HSV(B) 179.39º 0.58% 0.67% -
XYZ 24.49 33.41 43.19 -
YUV 141.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 72 171 170 0.58 0 0.01 0.33 179.39 0.41 0.48
Hex 48 AB AA 3A 0 1 21 B3 29 30
Octal 110 253 252 72 0 1 41 263 51 60
Binary 1001000 10101011 10101010 111010 0 1 100001 10110011 101001 110000

Color Harmonies of #48ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ABAA

Black with #48ABAA

Text Example


Text Example

White with #48ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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