Html Css Color HEX #60AF7E Ocean Green

📋 copy color: '#60AF7E'

red 96 ◦ green 175 ◦ blue 126

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

Shades of Ocean Green #60AF7E

Tints of Ocean Green #60AF7E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.08%

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

R = 24.18%
G = 44.08%
B = 31.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#60AF7E (or 0x60AF7E) is known color: Ocean Green. HEX triplet: 60, AF and 7E. RGB value is (96,175,126). Sum of RGB (Red+Green+Blue) = 96+175+126=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF7E is #9F5081. Grayscale: #919191. Windows color (decimal): -10440834 or 8302432. OLE color: 8302432.

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

Color convert

RGB 96 175 126 -
CMYK 0.45 0 0.28 0.31
HSL 142.78º 0.33% 0.53% -
HSV(B) 142.78º 0.45% 0.69% -
XYZ 23.92 34.65 25.17 -
YUV 145.79 116.83 92.48 -
System Red Green Blue C M Y K H S L
Decimal 96 175 126 0.45 0 0.28 0.31 142.78 0.33 0.53
Hex 60 AF 7E 2D 0 1C 1F 8F 21 35
Octal 140 257 176 55 0 34 37 217 41 65
Binary 1100000 10101111 1111110 101101 0 11100 11111 10001111 100001 110101

Color Harmonies of #60AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AF7E

Black with #60AF7E

Text Example


Text Example

White with #60AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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