Html Css Color HEX #4FA29D Cadet Blue

📋 copy color: '#4FA29D'

red 79 ◦ green 162 ◦ blue 157

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

Shades of Cadet Blue #4FA29D

Tints of Cadet Blue #4FA29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 19.85%
G = 40.7%
B = 39.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#4FA29D (or 0x4FA29D) is known color: Cadet Blue. HEX triplet: 4F, A2 and 9D. RGB value is (79,162,157). Sum of RGB (Red+Green+Blue) = 79+162+157=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA29D is #B05D62. Grayscale: #888888. Windows color (decimal): -11558243 or 10330703. OLE color: 10330703.

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

Color convert

RGB 79 162 157 -
CMYK 0.51 0 0.03 0.36
HSL 176.39º 0.34% 0.47% -
HSV(B) 176.39º 0.51% 0.64% -
XYZ 22.23 29.94 36.51 -
YUV 136.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 79 162 157 0.51 0 0.03 0.36 176.39 0.34 0.47
Hex 4F A2 9D 33 0 3 24 B0 22 2F
Octal 117 242 235 63 0 3 44 260 42 57
Binary 1001111 10100010 10011101 110011 0 11 100100 10110000 100010 101111

Color Harmonies of #4FA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA29D

Black with #4FA29D

Text Example


Text Example

White with #4FA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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