Html Css Color HEX #48AAAA Cadet Blue

📋 copy color: '#48AAAA'

red 72 ◦ green 170 ◦ blue 170

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

Shades of Cadet Blue #48AAAA

Tints of Cadet Blue #48AAAA

RGB

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

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

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

R = 17.48%
G = 41.26%
B = 41.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#48AAAA (or 0x48AAAA) is known color: Cadet Blue. HEX triplet: 48, AA and AA. RGB value is (72,170,170). Sum of RGB (Red+Green+Blue) = 72+170+170=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #48AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AAAA is #B75555. Grayscale: #8C8C8C. Windows color (decimal): -12014934 or 11184712. OLE color: 11184712.

HSL color Cylindrical-coordinate representation of color #48AAAA: hue angle of 180º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AAAA is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 170 170 -
CMYK 0.58 0 0 0.33
HSL 180º 0.4% 0.47% -
HSV(B) 180º 0.58% 0.67% -
XYZ 24.3 33.03 43.12 -
YUV 140.7 144.53 79 -
System Red Green Blue C M Y K H S L
Decimal 72 170 170 0.58 0 0 0.33 180 0.4 0.47
Hex 48 AA AA 3A 0 0 21 B4 28 2F
Octal 110 252 252 72 0 0 41 264 50 57
Binary 1001000 10101010 10101010 111010 0 0 100001 10110100 101000 101111

Color Harmonies of #48AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AAAA

Black with #48AAAA

Text Example


Text Example

White with #48AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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