Html Css Color HEX #4BA1AA Cadet Blue

📋 copy color: '#4BA1AA'

red 75 ◦ green 161 ◦ blue 170

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

Shades of Cadet Blue #4BA1AA

Tints of Cadet Blue #4BA1AA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.66%

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

R = 18.47%
G = 39.66%
B = 41.87%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4BA1AA (or 0x4BA1AA) is known color: Cadet Blue. HEX triplet: 4B, A1 and AA. RGB value is (75,161,170). Sum of RGB (Red+Green+Blue) = 75+161+170=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #4BA1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA1AA is #B45E55. Grayscale: #888888. Windows color (decimal): -11820630 or 11182411. OLE color: 11182411.

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

Color convert

RGB 75 161 170 -
CMYK 0.56 0.05 0 0.33
HSL 185.68º 0.39% 0.48% -
HSV(B) 185.68º 0.56% 0.67% -
XYZ 22.9 29.89 42.59 -
YUV 136.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 75 161 170 0.56 0.05 0 0.33 185.68 0.39 0.48
Hex 4B A1 AA 38 5 0 21 BA 27 30
Octal 113 241 252 70 5 0 41 272 47 60
Binary 1001011 10100001 10101010 111000 101 0 100001 10111010 100111 110000

Color Harmonies of #4BA1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA1AA

Black with #4BA1AA

Text Example


Text Example

White with #4BA1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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