Html Css Color HEX #4FA29F Cadet Blue

📋 copy color: '#4FA29F'

red 79 ◦ green 162 ◦ blue 159

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

Shades of Cadet Blue #4FA29F

Tints of Cadet Blue #4FA29F

RGB

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

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

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

R = 19.75%
G = 40.5%
B = 39.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#4FA29F (or 0x4FA29F) is known color: Cadet Blue. HEX triplet: 4F, A2 and 9F. RGB value is (79,162,159). Sum of RGB (Red+Green+Blue) = 79+162+159=400 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.75% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA29F is #B05D60. Grayscale: #888888. Windows color (decimal): -11558241 or 10461775. OLE color: 10461775.

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

Color convert

RGB 79 162 159 -
CMYK 0.51 0 0.02 0.36
HSL 177.83º 0.34% 0.47% -
HSV(B) 177.83º 0.51% 0.64% -
XYZ 22.4 30.01 37.41 -
YUV 136.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 79 162 159 0.51 0 0.02 0.36 177.83 0.34 0.47
Hex 4F A2 9F 33 0 2 24 B2 22 2F
Octal 117 242 237 63 0 2 44 262 42 57
Binary 1001111 10100010 10011111 110011 0 10 100100 10110010 100010 101111

Color Harmonies of #4FA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA29F

Black with #4FA29F

Text Example


Text Example

White with #4FA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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