Html Css Color HEX #4FA098 Cadet Blue

📋 copy color: '#4FA098'

red 79 ◦ green 160 ◦ blue 152

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

Shades of Cadet Blue #4FA098

Tints of Cadet Blue #4FA098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.92%

 BLUE value IS 152 (59.77% from 255) = 38.87%

R = 20.2%
G = 40.92%
B = 38.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#4FA098 (or 0x4FA098) is known color: Cadet Blue. HEX triplet: 4F, A0 and 98. RGB value is (79,160,152). Sum of RGB (Red+Green+Blue) = 79+160+152=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA098 is #B05F67. Grayscale: #868686. Windows color (decimal): -11558760 or 10002511. OLE color: 10002511.

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

Color convert

RGB 79 160 152 -
CMYK 0.51 0 0.05 0.37
HSL 174.07º 0.34% 0.47% -
HSV(B) 174.07º 0.51% 0.63% -
XYZ 21.46 29.07 34.19 -
YUV 134.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 79 160 152 0.51 0 0.05 0.37 174.07 0.34 0.47
Hex 4F A0 98 33 0 5 25 AE 22 2F
Octal 117 240 230 63 0 5 45 256 42 57
Binary 1001111 10100000 10011000 110011 0 101 100101 10101110 100010 101111

Color Harmonies of #4FA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA098

Black with #4FA098

Text Example


Text Example

White with #4FA098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,160,152); }

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

background-color css

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

 a { background-color: rgb(79,160,152); }

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

border-color css

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

 span { border-color: rgb(79,160,152); }

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