Html Css Color HEX #5CAC7F Ocean Green

📋 copy color: '#5CAC7F'

red 92 ◦ green 172 ◦ blue 127

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

Shades of Ocean Green #5CAC7F

Tints of Ocean Green #5CAC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 23.53%
G = 43.99%
B = 32.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#5CAC7F (or 0x5CAC7F) is known color: Ocean Green. HEX triplet: 5C, AC and 7F. RGB value is (92,172,127). Sum of RGB (Red+Green+Blue) = 92+172+127=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC7F is #A35380. Grayscale: #8F8F8F. Windows color (decimal): -10703745 or 8367196. OLE color: 8367196.

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

Color convert

RGB 92 172 127 -
CMYK 0.47 0 0.26 0.33
HSL 146.25º 0.33% 0.52% -
HSV(B) 146.25º 0.47% 0.67% -
XYZ 23 33.31 25.3 -
YUV 142.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 92 172 127 0.47 0 0.26 0.33 146.25 0.33 0.52
Hex 5C AC 7F 2F 0 1A 21 92 21 34
Octal 134 254 177 57 0 32 41 222 41 64
Binary 1011100 10101100 1111111 101111 0 11010 100001 10010010 100001 110100

Color Harmonies of #5CAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC7F

Black with #5CAC7F

Text Example


Text Example

White with #5CAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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