Html Css Color HEX #4BA89F Cadet Blue

📋 copy color: '#4BA89F'

red 75 ◦ green 168 ◦ blue 159

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

Shades of Cadet Blue #4BA89F

Tints of Cadet Blue #4BA89F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 18.66%
G = 41.79%
B = 39.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#4BA89F (or 0x4BA89F) is known color: Cadet Blue. HEX triplet: 4B, A8 and 9F. RGB value is (75,168,159). Sum of RGB (Red+Green+Blue) = 75+168+159=402 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.66% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA89F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA89F is #B45760. Grayscale: #8B8B8B. Windows color (decimal): -11818849 or 10463307. OLE color: 10463307.

HSL color Cylindrical-coordinate representation of color #4BA89F: hue angle of 174.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA89F is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 75 168 159 -
CMYK 0.55 0 0.05 0.34
HSL 174.19º 0.38% 0.48% -
HSV(B) 174.19º 0.55% 0.66% -
XYZ 23.16 32 37.76 -
YUV 139.17 139.19 82.23 -
System Red Green Blue C M Y K H S L
Decimal 75 168 159 0.55 0 0.05 0.34 174.19 0.38 0.48
Hex 4B A8 9F 37 0 5 22 AE 26 30
Octal 113 250 237 67 0 5 42 256 46 60
Binary 1001011 10101000 10011111 110111 0 101 100010 10101110 100110 110000

Color Harmonies of #4BA89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA89F

Black with #4BA89F

Text Example


Text Example

White with #4BA89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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