Html Css Color HEX #4BA7AA Cadet Blue

📋 copy color: '#4BA7AA'

red 75 ◦ green 167 ◦ blue 170

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

Shades of Cadet Blue #4BA7AA

Tints of Cadet Blue #4BA7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.53%

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

R = 18.2%
G = 40.53%
B = 41.26%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4BA7AA (or 0x4BA7AA) is known color: Cadet Blue. HEX triplet: 4B, A7 and AA. RGB value is (75,167,170). Sum of RGB (Red+Green+Blue) = 75+167+170=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #4BA7AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA7AA is #B45855. Grayscale: #8B8B8B. Windows color (decimal): -11819094 or 11183947. OLE color: 11183947.

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

Color convert

RGB 75 167 170 -
CMYK 0.56 0.02 0 0.33
HSL 181.89º 0.39% 0.48% -
HSV(B) 181.89º 0.56% 0.67% -
XYZ 23.98 32.04 42.95 -
YUV 139.83 145.02 81.76 -
System Red Green Blue C M Y K H S L
Decimal 75 167 170 0.56 0.02 0 0.33 181.89 0.39 0.48
Hex 4B A7 AA 38 2 0 21 B6 27 30
Octal 113 247 252 70 2 0 41 266 47 60
Binary 1001011 10100111 10101010 111000 10 0 100001 10110110 100111 110000

Color Harmonies of #4BA7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA7AA

Black with #4BA7AA

Text Example


Text Example

White with #4BA7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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