Html Css Color HEX #4BA8AB Cadet Blue

📋 copy color: '#4BA8AB'

red 75 ◦ green 168 ◦ blue 171

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

Shades of Cadet Blue #4BA8AB

Tints of Cadet Blue #4BA8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

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

R = 18.12%
G = 40.58%
B = 41.3%

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

#4BA8AB (or 0x4BA8AB) is known color: Cadet Blue. HEX triplet: 4B, A8 and AB. RGB value is (75,168,171). Sum of RGB (Red+Green+Blue) = 75+168+171=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #4BA8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA8AB is #B45754. Grayscale: #8C8C8C. Windows color (decimal): -11818837 or 11249739. OLE color: 11249739.

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

Color convert

RGB 75 168 171 -
CMYK 0.56 0.02 0 0.33
HSL 181.88º 0.39% 0.48% -
HSV(B) 181.88º 0.56% 0.67% -
XYZ 24.25 32.44 43.51 -
YUV 140.54 145.19 81.26 -
System Red Green Blue C M Y K H S L
Decimal 75 168 171 0.56 0.02 0 0.33 181.88 0.39 0.48
Hex 4B A8 AB 38 2 0 21 B6 27 30
Octal 113 250 253 70 2 0 41 266 47 60
Binary 1001011 10101000 10101011 111000 10 0 100001 10110110 100111 110000

Color Harmonies of #4BA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA8AB

Black with #4BA8AB

Text Example


Text Example

White with #4BA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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