Html Css Color HEX #40A173 Ocean Green

📋 copy color: '#40A173'

red 64 ◦ green 161 ◦ blue 115

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

Shades of Ocean Green #40A173

Tints of Ocean Green #40A173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 18.82%
G = 47.35%
B = 33.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#40A173 (or 0x40A173) is known color: Ocean Green. HEX triplet: 40, A1 and 73. RGB value is (64,161,115). Sum of RGB (Red+Green+Blue) = 64+161+115=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #40A173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A173 is #BF5E8C. Grayscale: #7E7E7E. Windows color (decimal): -12541581 or 7577920. OLE color: 7577920.

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

Color convert

RGB 64 161 115 -
CMYK 0.60 0 0.29 0.37
HSL 151.55º 0.43% 0.44% -
HSV(B) 151.55º 0.6% 0.63% -
XYZ 17.95 27.82 20.64 -
YUV 126.75 121.36 83.24 -
System Red Green Blue C M Y K H S L
Decimal 64 161 115 0.60 0 0.29 0.37 151.55 0.43 0.44
Hex 40 A1 73 3C 0 1D 25 98 2B 2C
Octal 100 241 163 74 0 35 45 230 53 54
Binary 1000000 10100001 1110011 111100 0 11101 100101 10011000 101011 101100

Color Harmonies of #40A173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A173

Black with #40A173

Text Example


Text Example

White with #40A173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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