Html Css Color HEX #5CAC75 Ocean Green

📋 copy color: '#5CAC75'

red 92 ◦ green 172 ◦ blue 117

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

Shades of Ocean Green #5CAC75

Tints of Ocean Green #5CAC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 24.15%
G = 45.14%
B = 30.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#5CAC75 (or 0x5CAC75) is known color: Ocean Green. HEX triplet: 5C, AC and 75. RGB value is (92,172,117). Sum of RGB (Red+Green+Blue) = 92+172+117=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC75 is #A3538A. Grayscale: #8D8D8D. Windows color (decimal): -10703755 or 7711836. OLE color: 7711836.

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

Color convert

RGB 92 172 117 -
CMYK 0.47 0 0.32 0.33
HSL 138.75º 0.33% 0.52% -
HSV(B) 138.75º 0.47% 0.67% -
XYZ 22.38 33.06 22.03 -
YUV 141.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 92 172 117 0.47 0 0.32 0.33 138.75 0.33 0.52
Hex 5C AC 75 2F 0 20 21 8B 21 34
Octal 134 254 165 57 0 40 41 213 41 64
Binary 1011100 10101100 1110101 101111 0 100000 100001 10001011 100001 110100

Color Harmonies of #5CAC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC75

Black with #5CAC75

Text Example


Text Example

White with #5CAC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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