Html Css Color HEX #4BA9AB Cadet Blue

📋 copy color: '#4BA9AB'

red 75 ◦ green 169 ◦ blue 171

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

Shades of Cadet Blue #4BA9AB

Tints of Cadet Blue #4BA9AB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.72%

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

R = 18.07%
G = 40.72%
B = 41.2%

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

#4BA9AB (or 0x4BA9AB) is known color: Cadet Blue. HEX triplet: 4B, A9 and AB. RGB value is (75,169,171). Sum of RGB (Red+Green+Blue) = 75+169+171=415 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.07% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #4BA9AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA9AB is #B45654. Grayscale: #8D8D8D. Windows color (decimal): -11818581 or 11249995. OLE color: 11249995.

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

Color convert

RGB 75 169 171 -
CMYK 0.56 0.01 0 0.33
HSL 181.25º 0.39% 0.48% -
HSV(B) 181.25º 0.56% 0.67% -
XYZ 24.44 32.81 43.57 -
YUV 141.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 75 169 171 0.56 0.01 0 0.33 181.25 0.39 0.48
Hex 4B A9 AB 38 1 0 21 B5 27 30
Octal 113 251 253 70 1 0 41 265 47 60
Binary 1001011 10101001 10101011 111000 1 0 100001 10110101 100111 110000

Color Harmonies of #4BA9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA9AB

Black with #4BA9AB

Text Example


Text Example

White with #4BA9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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