Html Css Color HEX #40A074 Ocean Green

📋 copy color: '#40A074'

red 64 ◦ green 160 ◦ blue 116

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

Shades of Ocean Green #40A074

Tints of Ocean Green #40A074

RGB

 RED value IS 64 (25.39% from 255) = 18.82%

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

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 18.82%
G = 47.06%
B = 34.12%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#40A074 (or 0x40A074) is known color: Ocean Green. HEX triplet: 40, A0 and 74. RGB value is (64,160,116). Sum of RGB (Red+Green+Blue) = 64+160+116=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #40A074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A074 is #BF5F8B. Grayscale: #7E7E7E. Windows color (decimal): -12541836 or 7643200. OLE color: 7643200.

HSL color Cylindrical-coordinate representation of color #40A074: hue angle of 152.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A074 is Cyan = 0.6, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 160 116 -
CMYK 0.6 0 0.28 0.37
HSL 152.5º 0.43% 0.44% -
HSV(B) 152.5º 0.6% 0.63% -
XYZ 17.84 27.49 20.89 -
YUV 126.28 122.2 83.58 -
System Red Green Blue C M Y K H S L
Decimal 64 160 116 0.6 0 0.28 0.37 152.5 0.43 0.44
Hex 40 A0 74 3C 0 1C 25 98 2B 2C
Octal 100 240 164 74 0 34 45 230 53 54
Binary 1000000 10100000 1110100 111100 0 11100 100101 10011000 101011 101100

Color Harmonies of #40A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A074

Black with #40A074

Text Example


Text Example

White with #40A074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A074; }

 p { color: rgb(64,160,116); }

 H1.HeaderClassName
 {
   color: #40A074;
 }
 .AnyTagClassName
 {
   color: #40A074;
 }
</style>

background-color css

<style>
 a { background-color: #40A074; }

 a { background-color: rgb(64,160,116); }

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

border-color css

<style>
 span { border-color: #40A074; }

 span { border-color: rgb(64,160,116); }

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