Html Css Color HEX #60B37D Ocean Green

📋 copy color: '#60B37D'

red 96 ◦ green 179 ◦ blue 125

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

Shades of Ocean Green #60B37D

Tints of Ocean Green #60B37D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.75%

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 24%
G = 44.75%
B = 31.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#60B37D (or 0x60B37D) is known color: Ocean Green. HEX triplet: 60, B3 and 7D. RGB value is (96,179,125). Sum of RGB (Red+Green+Blue) = 96+179+125=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #60B37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B37D is #9F4C82. Grayscale: #949494. Windows color (decimal): -10439811 or 8237920. OLE color: 8237920.

HSL color Cylindrical-coordinate representation of color #60B37D: hue angle of 140.96º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B37D is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 179 125 -
CMYK 0.46 0 0.30 0.30
HSL 140.96º 0.35% 0.54% -
HSV(B) 140.96º 0.46% 0.7% -
XYZ 24.65 36.21 25.09 -
YUV 148.03 115 90.89 -
System Red Green Blue C M Y K H S L
Decimal 96 179 125 0.46 0 0.30 0.30 140.96 0.35 0.54
Hex 60 B3 7D 2E 0 1E 1E 8D 23 36
Octal 140 263 175 56 0 36 36 215 43 66
Binary 1100000 10110011 1111101 101110 0 11110 11110 10001101 100011 110110

Color Harmonies of #60B37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B37D

Black with #60B37D

Text Example


Text Example

White with #60B37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,179,125); }

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

background-color css

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

 a { background-color: rgb(96,179,125); }

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

border-color css

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

 span { border-color: rgb(96,179,125); }

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