Html Css Color HEX #4FA29B Cadet Blue

📋 copy color: '#4FA29B'

red 79 ◦ green 162 ◦ blue 155

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

Shades of Cadet Blue #4FA29B

Tints of Cadet Blue #4FA29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 19.95%
G = 40.91%
B = 39.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#4FA29B (or 0x4FA29B) is known color: Cadet Blue. HEX triplet: 4F, A2 and 9B. RGB value is (79,162,155). Sum of RGB (Red+Green+Blue) = 79+162+155=396 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.95% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA29B is #B05D64. Grayscale: #888888. Windows color (decimal): -11558245 or 10199631. OLE color: 10199631.

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

Color convert

RGB 79 162 155 -
CMYK 0.51 0 0.04 0.36
HSL 174.94º 0.34% 0.47% -
HSV(B) 174.94º 0.51% 0.64% -
XYZ 22.06 29.87 35.61 -
YUV 136.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 79 162 155 0.51 0 0.04 0.36 174.94 0.34 0.47
Hex 4F A2 9B 33 0 4 24 AF 22 2F
Octal 117 242 233 63 0 4 44 257 42 57
Binary 1001111 10100010 10011011 110011 0 100 100100 10101111 100010 101111

Color Harmonies of #4FA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA29B

Black with #4FA29B

Text Example


Text Example

White with #4FA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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