Html Css Color HEX #4BAAAC Cadet Blue

📋 copy color: '#4BAAAC'

red 75 ◦ green 170 ◦ blue 172

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

Shades of Cadet Blue #4BAAAC

Tints of Cadet Blue #4BAAAC

RGB

 RED value IS 75 (29.69% from 255) = 17.99%

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

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

R = 17.99%
G = 40.77%
B = 41.25%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4BAAAC (or 0x4BAAAC) is known color: Cadet Blue. HEX triplet: 4B, AA and AC. RGB value is (75,170,172). Sum of RGB (Red+Green+Blue) = 75+170+172=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #4BAAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAAAC is #B45553. Grayscale: #8D8D8D. Windows color (decimal): -11818324 or 11315787. OLE color: 11315787.

HSL color Cylindrical-coordinate representation of color #4BAAAC: hue angle of 181.24º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAAAC is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 170 172 -
CMYK 0.56 0.01 0 0.33
HSL 181.24º 0.39% 0.48% -
HSV(B) 181.24º 0.56% 0.67% -
XYZ 24.72 33.22 44.14 -
YUV 141.82 145.03 80.34 -
System Red Green Blue C M Y K H S L
Decimal 75 170 172 0.56 0.01 0 0.33 181.24 0.39 0.48
Hex 4B AA AC 38 1 0 21 B5 27 30
Octal 113 252 254 70 1 0 41 265 47 60
Binary 1001011 10101010 10101100 111000 1 0 100001 10110101 100111 110000

Color Harmonies of #4BAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAAAC

Black with #4BAAAC

Text Example


Text Example

White with #4BAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BAAAC; }

 p { color: rgb(75,170,172); }

 H1.HeaderClassName
 {
   color: #4BAAAC;
 }
 .AnyTagClassName
 {
   color: #4BAAAC;
 }
</style>

background-color css

<style>
 a { background-color: #4BAAAC; }

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

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

border-color css

<style>
 span { border-color: #4BAAAC; }

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

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