#60B27D

Color #60B27D Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #60B27D

Tints of Ocean Green #60B27D

Color information

#60B27D (or 0x60B27D) is unknown color: approx Ocean Green. HEX triplet: 60, B2 and 7D. RGB value is (96,178,125). Sum of RGB (Red+Green+Blue) = 96+178+125=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #60B27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B27D is #9F4D82. Grayscale: #939393. Windows color (decimal): -10440067 or 8237664. OLE color: 8237664.

HSL color Cylindrical-coordinate representation of color #60B27D: hue angle of 141.22º 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 #60B27D is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB96178125-
CMYK0.4600.300.30
HSL141.22º34.75%53.73%-
HSV(B)141.22º46.07%69.8%-
XYZ24.4535.8125.03-
YUV147.44115.3391.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.06%
GREEN value IS 178 (69.92% from 255) = 44.61%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=24.06%
G=44.61%
B=31.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961781250.4600.300.30141.2234.7553.73
Hex60B27D2E01E1E8d2336
Octal14026217556036362154366
Binary11000001011001011111011011100111101111010001101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60B27D;
 }
 .AnyTagClassName
 {
   color: #60B27D;
 }
</style>
background-color css

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

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

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

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

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

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