Html Css Color HEX #48A89F Cadet Blue

📋 copy color: '#48A89F'

red 72 ◦ green 168 ◦ blue 159

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

Shades of Cadet Blue #48A89F

Tints of Cadet Blue #48A89F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 18.05%
G = 42.11%
B = 39.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#48A89F (or 0x48A89F) is known color: Cadet Blue. HEX triplet: 48, A8 and 9F. RGB value is (72,168,159). Sum of RGB (Red+Green+Blue) = 72+168+159=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #48A89F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A89F is #B75760. Grayscale: #8A8A8A. Windows color (decimal): -12015457 or 10463304. OLE color: 10463304.

HSL color Cylindrical-coordinate representation of color #48A89F: hue angle of 174.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A89F is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 72 168 159 -
CMYK 0.57 0 0.05 0.34
HSL 174.38º 0.4% 0.47% -
HSV(B) 174.38º 0.57% 0.66% -
XYZ 22.93 31.89 37.75 -
YUV 138.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 72 168 159 0.57 0 0.05 0.34 174.38 0.4 0.47
Hex 48 A8 9F 39 0 5 22 AE 28 2F
Octal 110 250 237 71 0 5 42 256 50 57
Binary 1001000 10101000 10011111 111001 0 101 100010 10101110 101000 101111

Color Harmonies of #48A89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A89F

Black with #48A89F

Text Example


Text Example

White with #48A89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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