#5CB47E

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

Shades of Ocean Green #5CB47E

Tints of Ocean Green #5CB47E

Color information

#5CB47E (or 0x5CB47E) is unknown color: approx Ocean Green. HEX triplet: 5C, B4 and 7E. RGB value is (92,180,126). Sum of RGB (Red+Green+Blue) = 92+180+126=398 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.12% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB47E is #A34B81. Grayscale: #939393. Windows color (decimal): -10701698 or 8303708. OLE color: 8303708.

HSL color Cylindrical-coordinate representation of color #5CB47E: hue angle of 143.18º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB47E is Cyan = 0.49, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB92180126-
CMYK0.4900.30.29
HSL143.18º36.97%53.33%-
HSV(B)143.18º48.89%70.59%-
XYZ24.536.4225.48-
YUV147.53115.8588.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.12%
GREEN value IS 180 (70.70% from 255) = 45.23%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=23.12%
G=45.23%
B=31.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal921801260.4900.30.29143.1836.9753.33
Hex5CB47E3101E1D8f2535
Octal13426417661036352174565
Binary10111001011010011111101100010111101110110001111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CB47E; }

 p { color: rgb(92,180,126); }

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

<style>
 a { background-color: #5CB47E; }

 a { background-color: rgb(92,180,126); }

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

<style>
 span { border-color: #5CB47E; }

 span { border-color: rgb(92,180,126); }

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