Html Css Color HEX #4BA0AB Cadet Blue

📋 copy color: '#4BA0AB'

red 75 ◦ green 160 ◦ blue 171

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

Shades of Cadet Blue #4BA0AB

Tints of Cadet Blue #4BA0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 18.47%
G = 39.41%
B = 42.12%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4BA0AB (or 0x4BA0AB) is known color: Cadet Blue. HEX triplet: 4B, A0 and AB. RGB value is (75,160,171). Sum of RGB (Red+Green+Blue) = 75+160+171=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #4BA0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA0AB is #B45F54. Grayscale: #878787. Windows color (decimal): -11820885 or 11247691. OLE color: 11247691.

HSL color Cylindrical-coordinate representation of color #4BA0AB: hue angle of 186.88º 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 #4BA0AB is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 160 171 -
CMYK 0.56 0.06 0 0.33
HSL 186.88º 0.39% 0.48% -
HSV(B) 186.88º 0.56% 0.67% -
XYZ 22.82 29.58 43.03 -
YUV 135.84 147.84 84.61 -
System Red Green Blue C M Y K H S L
Decimal 75 160 171 0.56 0.06 0 0.33 186.88 0.39 0.48
Hex 4B A0 AB 38 6 0 21 BB 27 30
Octal 113 240 253 70 6 0 41 273 47 60
Binary 1001011 10100000 10101011 111000 110 0 100001 10111011 100111 110000

Color Harmonies of #4BA0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA0AB

Black with #4BA0AB

Text Example


Text Example

White with #4BA0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,160,171); }

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

background-color css

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

 a { background-color: rgb(75,160,171); }

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

border-color css

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

 span { border-color: rgb(75,160,171); }

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