Html Css Color HEX #5CAD79 Ocean Green

📋 copy color: '#5CAD79'

red 92 ◦ green 173 ◦ blue 121

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

Shades of Ocean Green #5CAD79

Tints of Ocean Green #5CAD79

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.82%

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 23.83%
G = 44.82%
B = 31.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#5CAD79 (or 0x5CAD79) is known color: Ocean Green. HEX triplet: 5C, AD and 79. RGB value is (92,173,121). Sum of RGB (Red+Green+Blue) = 92+173+121=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAD79 is #A35286. Grayscale: #8E8E8E. Windows color (decimal): -10703495 or 7974236. OLE color: 7974236.

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

Color convert

RGB 92 173 121 -
CMYK 0.47 0 0.30 0.32
HSL 141.48º 0.33% 0.52% -
HSV(B) 141.48º 0.47% 0.68% -
XYZ 22.81 33.54 23.36 -
YUV 142.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 92 173 121 0.47 0 0.30 0.32 141.48 0.33 0.52
Hex 5C AD 79 2F 0 1E 20 8D 21 34
Octal 134 255 171 57 0 36 40 215 41 64
Binary 1011100 10101101 1111001 101111 0 11110 100000 10001101 100001 110100

Color Harmonies of #5CAD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAD79

Black with #5CAD79

Text Example


Text Example

White with #5CAD79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,173,121); }

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

background-color css

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

 a { background-color: rgb(92,173,121); }

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

border-color css

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

 span { border-color: rgb(92,173,121); }

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