Html Css Color HEX #4FA296 Cadet Blue

📋 copy color: '#4FA296'

red 79 ◦ green 162 ◦ blue 150

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

Shades of Cadet Blue #4FA296

Tints of Cadet Blue #4FA296

RGB

 RED value IS 79 (31.25% from 255) = 20.2%

 GREEN value IS 162 (63.67% from 255) = 41.43%

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 20.2%
G = 41.43%
B = 38.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#4FA296 (or 0x4FA296) is known color: Cadet Blue. HEX triplet: 4F, A2 and 96. RGB value is (79,162,150). Sum of RGB (Red+Green+Blue) = 79+162+150=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA296 is #B05D69. Grayscale: #878787. Windows color (decimal): -11558250 or 9871951. OLE color: 9871951.

HSL color Cylindrical-coordinate representation of color #4FA296: hue angle of 171.33º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA296 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 79 162 150 -
CMYK 0.51 0 0.07 0.36
HSL 171.33º 0.34% 0.47% -
HSV(B) 171.33º 0.51% 0.64% -
XYZ 21.65 29.7 33.45 -
YUV 135.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 79 162 150 0.51 0 0.07 0.36 171.33 0.34 0.47
Hex 4F A2 96 33 0 7 24 AB 22 2F
Octal 117 242 226 63 0 7 44 253 42 57
Binary 1001111 10100010 10010110 110011 0 111 100100 10101011 100010 101111

Color Harmonies of #4FA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA296

Black with #4FA296

Text Example


Text Example

White with #4FA296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,162,150); }

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

background-color css

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

 a { background-color: rgb(79,162,150); }

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

border-color css

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

 span { border-color: rgb(79,162,150); }

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