Html Css Color HEX #5CAC76 Ocean Green

📋 copy color: '#5CAC76'

red 92 ◦ green 172 ◦ blue 118

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

Shades of Ocean Green #5CAC76

Tints of Ocean Green #5CAC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 24.08%
G = 45.03%
B = 30.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#5CAC76 (or 0x5CAC76) is known color: Ocean Green. HEX triplet: 5C, AC and 76. RGB value is (92,172,118). Sum of RGB (Red+Green+Blue) = 92+172+118=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC76 is #A35389. Grayscale: #8E8E8E. Windows color (decimal): -10703754 or 7777372. OLE color: 7777372.

HSL color Cylindrical-coordinate representation of color #5CAC76: hue angle of 139.5º 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 #5CAC76 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 172 118 -
CMYK 0.47 0 0.31 0.33
HSL 139.5º 0.33% 0.52% -
HSV(B) 139.5º 0.47% 0.67% -
XYZ 22.44 33.09 22.34 -
YUV 141.92 114.5 92.39 -
System Red Green Blue C M Y K H S L
Decimal 92 172 118 0.47 0 0.31 0.33 139.5 0.33 0.52
Hex 5C AC 76 2F 0 1F 21 8C 21 34
Octal 134 254 166 57 0 37 41 214 41 64
Binary 1011100 10101100 1110110 101111 0 11111 100001 10001100 100001 110100

Color Harmonies of #5CAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC76

Black with #5CAC76

Text Example


Text Example

White with #5CAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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