Html Css Color HEX #48ABA8 Cadet Blue

📋 copy color: '#48ABA8'

red 72 ◦ green 171 ◦ blue 168

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

Shades of Cadet Blue #48ABA8

Tints of Cadet Blue #48ABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.88%

R = 17.52%
G = 41.61%
B = 40.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#48ABA8 (or 0x48ABA8) is known color: Cadet Blue. HEX triplet: 48, AB and A8. RGB value is (72,171,168). Sum of RGB (Red+Green+Blue) = 72+171+168=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #48ABA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ABA8 is #B75457. Grayscale: #8C8C8C. Windows color (decimal): -12014680 or 11053896. OLE color: 11053896.

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

Color convert

RGB 72 171 168 -
CMYK 0.58 0 0.02 0.33
HSL 178.18º 0.41% 0.48% -
HSV(B) 178.18º 0.58% 0.67% -
XYZ 24.3 33.33 42.2 -
YUV 141.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 72 171 168 0.58 0 0.02 0.33 178.18 0.41 0.48
Hex 48 AB A8 3A 0 2 21 B2 29 30
Octal 110 253 250 72 0 2 41 262 51 60
Binary 1001000 10101011 10101000 111010 0 10 100001 10110010 101001 110000

Color Harmonies of #48ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ABA8

Black with #48ABA8

Text Example


Text Example

White with #48ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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