Html Css Color HEX #60AC7C Ocean Green

📋 copy color: '#60AC7C'

red 96 ◦ green 172 ◦ blue 124

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

Shades of Ocean Green #60AC7C

Tints of Ocean Green #60AC7C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.88%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 24.49%
G = 43.88%
B = 31.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#60AC7C (or 0x60AC7C) is known color: Ocean Green. HEX triplet: 60, AC and 7C. RGB value is (96,172,124). Sum of RGB (Red+Green+Blue) = 96+172+124=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AC7C is #9F5383. Grayscale: #8F8F8F. Windows color (decimal): -10441604 or 8170592. OLE color: 8170592.

HSL color Cylindrical-coordinate representation of color #60AC7C: hue angle of 142.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AC7C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 172 124 -
CMYK 0.44 0 0.28 0.33
HSL 142.11º 0.31% 0.53% -
HSV(B) 142.11º 0.44% 0.67% -
XYZ 23.21 33.45 24.3 -
YUV 143.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 96 172 124 0.44 0 0.28 0.33 142.11 0.31 0.53
Hex 60 AC 7C 2C 0 1C 21 8E 1F 35
Octal 140 254 174 54 0 34 41 216 37 65
Binary 1100000 10101100 1111100 101100 0 11100 100001 10001110 11111 110101

Color Harmonies of #60AC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AC7C

Black with #60AC7C

Text Example


Text Example

White with #60AC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,172,124); }

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

background-color css

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

 a { background-color: rgb(96,172,124); }

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

border-color css

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

 span { border-color: rgb(96,172,124); }

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