Html Css Color HEX #5CA881 Ocean Green

📋 copy color: '#5CA881'

red 92 ◦ green 168 ◦ blue 129

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

Shades of Ocean Green #5CA881

Tints of Ocean Green #5CA881

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.19%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 23.65%
G = 43.19%
B = 33.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#5CA881 (or 0x5CA881) is known color: Ocean Green. HEX triplet: 5C, A8 and 81. RGB value is (92,168,129). Sum of RGB (Red+Green+Blue) = 92+168+129=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA881 is #A3577E. Grayscale: #8C8C8C. Windows color (decimal): -10704767 or 8497244. OLE color: 8497244.

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

Color convert

RGB 92 168 129 -
CMYK 0.45 0 0.23 0.34
HSL 149.21º 0.3% 0.51% -
HSV(B) 149.21º 0.45% 0.66% -
XYZ 22.38 31.87 25.74 -
YUV 140.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 92 168 129 0.45 0 0.23 0.34 149.21 0.3 0.51
Hex 5C A8 81 2D 0 17 22 95 1E 33
Octal 134 250 201 55 0 27 42 225 36 63
Binary 1011100 10101000 10000001 101101 0 10111 100010 10010101 11110 110011

Color Harmonies of #5CA881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA881

Black with #5CA881

Text Example


Text Example

White with #5CA881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,168,129); }

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

background-color css

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

 a { background-color: rgb(92,168,129); }

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

border-color css

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

 span { border-color: rgb(92,168,129); }

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