Html Css Color HEX #48A3AC Cadet Blue

📋 copy color: '#48A3AC'

red 72 ◦ green 163 ◦ blue 172

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

Shades of Cadet Blue #48A3AC

Tints of Cadet Blue #48A3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 17.69%
G = 40.05%
B = 42.26%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#48A3AC (or 0x48A3AC) is known color: Cadet Blue. HEX triplet: 48, A3 and AC. RGB value is (72,163,172). Sum of RGB (Red+Green+Blue) = 72+163+172=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #48A3AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A3AC is #B75C53. Grayscale: #888888. Windows color (decimal): -12016724 or 11313992. OLE color: 11313992.

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

Color convert

RGB 72 163 172 -
CMYK 0.58 0.05 0 0.33
HSL 185.4º 0.41% 0.48% -
HSV(B) 185.4º 0.58% 0.67% -
XYZ 23.22 30.55 43.7 -
YUV 136.82 147.85 81.77 -
System Red Green Blue C M Y K H S L
Decimal 72 163 172 0.58 0.05 0 0.33 185.4 0.41 0.48
Hex 48 A3 AC 3A 5 0 21 B9 29 30
Octal 110 243 254 72 5 0 41 271 51 60
Binary 1001000 10100011 10101100 111010 101 0 100001 10111001 101001 110000

Color Harmonies of #48A3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A3AC

Black with #48A3AC

Text Example


Text Example

White with #48A3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,163,172); }

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

background-color css

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

 a { background-color: rgb(72,163,172); }

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

border-color css

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

 span { border-color: rgb(72,163,172); }

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