Html Css Color HEX #40A178 Ocean Green

📋 copy color: '#40A178'

red 64 ◦ green 161 ◦ blue 120

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

Shades of Ocean Green #40A178

Tints of Ocean Green #40A178

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 18.55%
G = 46.67%
B = 34.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#40A178 (or 0x40A178) is known color: Ocean Green. HEX triplet: 40, A1 and 78. RGB value is (64,161,120). Sum of RGB (Red+Green+Blue) = 64+161+120=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #40A178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A178 is #BF5E87. Grayscale: #7F7F7F. Windows color (decimal): -12541576 or 7905600. OLE color: 7905600.

HSL color Cylindrical-coordinate representation of color #40A178: hue angle of 154.64º 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 #40A178 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 161 120 -
CMYK 0.60 0 0.25 0.37
HSL 154.64º 0.43% 0.44% -
HSV(B) 154.64º 0.6% 0.63% -
XYZ 18.25 27.94 22.2 -
YUV 127.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 64 161 120 0.60 0 0.25 0.37 154.64 0.43 0.44
Hex 40 A1 78 3C 0 19 25 9B 2B 2C
Octal 100 241 170 74 0 31 45 233 53 54
Binary 1000000 10100001 1111000 111100 0 11001 100101 10011011 101011 101100

Color Harmonies of #40A178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A178

Black with #40A178

Text Example


Text Example

White with #40A178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,161,120); }

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

background-color css

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

 a { background-color: rgb(64,161,120); }

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

border-color css

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

 span { border-color: rgb(64,161,120); }

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