Html Css Color HEX #5CAC73 Ocean Green

📋 copy color: '#5CAC73'

red 92 ◦ green 172 ◦ blue 115

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

Shades of Ocean Green #5CAC73

Tints of Ocean Green #5CAC73

RGB

 RED value IS 92 (36.33% from 255) = 24.27%

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

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 24.27%
G = 45.38%
B = 30.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#5CAC73 (or 0x5CAC73) is known color: Ocean Green. HEX triplet: 5C, AC and 73. RGB value is (92,172,115). Sum of RGB (Red+Green+Blue) = 92+172+115=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC73 is #A3538C. Grayscale: #8D8D8D. Windows color (decimal): -10703757 or 7580764. OLE color: 7580764.

HSL color Cylindrical-coordinate representation of color #5CAC73: hue angle of 137.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAC73 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 172 115 -
CMYK 0.47 0 0.33 0.33
HSL 137.25º 0.33% 0.52% -
HSV(B) 137.25º 0.47% 0.67% -
XYZ 22.26 33.02 21.42 -
YUV 141.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 92 172 115 0.47 0 0.33 0.33 137.25 0.33 0.52
Hex 5C AC 73 2F 0 21 21 89 21 34
Octal 134 254 163 57 0 41 41 211 41 64
Binary 1011100 10101100 1110011 101111 0 100001 100001 10001001 100001 110100

Color Harmonies of #5CAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC73

Black with #5CAC73

Text Example


Text Example

White with #5CAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,172,115); }

 H1.HeaderClassName
 {
   color: #5CAC73;
 }
 .AnyTagClassName
 {
   color: #5CAC73;
 }
</style>

background-color css

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

 a { background-color: rgb(92,172,115); }

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

border-color css

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

 span { border-color: rgb(92,172,115); }

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