Html Css Color HEX #5CA680 Ocean Green

📋 copy color: '#5CA680'

red 92 ◦ green 166 ◦ blue 128

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

Shades of Ocean Green #5CA680

Tints of Ocean Green #5CA680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.01%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 23.83%
G = 43.01%
B = 33.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#5CA680 (or 0x5CA680) is known color: Ocean Green. HEX triplet: 5C, A6 and 80. RGB value is (92,166,128). Sum of RGB (Red+Green+Blue) = 92+166+128=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA680 is #A3597F. Grayscale: #8B8B8B. Windows color (decimal): -10705280 or 8431196. OLE color: 8431196.

HSL color Cylindrical-coordinate representation of color #5CA680: hue angle of 149.19º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA680 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 166 128 -
CMYK 0.45 0 0.23 0.35
HSL 149.19º 0.29% 0.51% -
HSV(B) 149.19º 0.45% 0.65% -
XYZ 21.95 31.11 25.27 -
YUV 139.54 121.48 94.09 -
System Red Green Blue C M Y K H S L
Decimal 92 166 128 0.45 0 0.23 0.35 149.19 0.29 0.51
Hex 5C A6 80 2D 0 17 23 95 1D 33
Octal 134 246 200 55 0 27 43 225 35 63
Binary 1011100 10100110 10000000 101101 0 10111 100011 10010101 11101 110011

Color Harmonies of #5CA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA680

Black with #5CA680

Text Example


Text Example

White with #5CA680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,166,128); }

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

background-color css

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

 a { background-color: rgb(92,166,128); }

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

border-color css

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

 span { border-color: rgb(92,166,128); }

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