Html Css Color HEX #4BA3AA Cadet Blue

📋 copy color: '#4BA3AA'

red 75 ◦ green 163 ◦ blue 170

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

Shades of Cadet Blue #4BA3AA

Tints of Cadet Blue #4BA3AA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.95%

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

R = 18.38%
G = 39.95%
B = 41.67%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4BA3AA (or 0x4BA3AA) is known color: Cadet Blue. HEX triplet: 4B, A3 and AA. RGB value is (75,163,170). Sum of RGB (Red+Green+Blue) = 75+163+170=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #4BA3AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA3AA is #B45C55. Grayscale: #898989. Windows color (decimal): -11820118 or 11182923. OLE color: 11182923.

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

Color convert

RGB 75 163 170 -
CMYK 0.56 0.04 0 0.33
HSL 184.42º 0.39% 0.48% -
HSV(B) 184.42º 0.56% 0.67% -
XYZ 23.25 30.59 42.71 -
YUV 137.49 146.35 83.43 -
System Red Green Blue C M Y K H S L
Decimal 75 163 170 0.56 0.04 0 0.33 184.42 0.39 0.48
Hex 4B A3 AA 38 4 0 21 B8 27 30
Octal 113 243 252 70 4 0 41 270 47 60
Binary 1001011 10100011 10101010 111000 100 0 100001 10111000 100111 110000

Color Harmonies of #4BA3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA3AA

Black with #4BA3AA

Text Example


Text Example

White with #4BA3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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