Html Css Color HEX #60A37E Ocean Green

📋 copy color: '#60A37E'

red 96 ◦ green 163 ◦ blue 126

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

Shades of Ocean Green #60A37E

Tints of Ocean Green #60A37E

RGB

 RED value IS 96 (37.89% from 255) = 24.94%

 GREEN value IS 163 (64.06% from 255) = 42.34%

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 24.94%
G = 42.34%
B = 32.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#60A37E (or 0x60A37E) is known color: Ocean Green. HEX triplet: 60, A3 and 7E. RGB value is (96,163,126). Sum of RGB (Red+Green+Blue) = 96+163+126=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #60A37E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A37E is #9F5C81. Grayscale: #8A8A8A. Windows color (decimal): -10443906 or 8299360. OLE color: 8299360.

HSL color Cylindrical-coordinate representation of color #60A37E: hue angle of 146.87º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A37E is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 163 126 -
CMYK 0.41 0 0.23 0.36
HSL 146.87º 0.27% 0.51% -
HSV(B) 146.87º 0.41% 0.64% -
XYZ 21.69 30.19 24.42 -
YUV 138.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 96 163 126 0.41 0 0.23 0.36 146.87 0.27 0.51
Hex 60 A3 7E 29 0 17 24 93 1B 33
Octal 140 243 176 51 0 27 44 223 33 63
Binary 1100000 10100011 1111110 101001 0 10111 100100 10010011 11011 110011

Color Harmonies of #60A37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A37E

Black with #60A37E

Text Example


Text Example

White with #60A37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A37E; }

 p { color: rgb(96,163,126); }

 H1.HeaderClassName
 {
   color: #60A37E;
 }
 .AnyTagClassName
 {
   color: #60A37E;
 }
</style>

background-color css

<style>
 a { background-color: #60A37E; }

 a { background-color: rgb(96,163,126); }

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

border-color css

<style>
 span { border-color: #60A37E; }

 span { border-color: rgb(96,163,126); }

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