Html Css Color HEX #5CAA83 Ocean Green

📋 copy color: '#5CAA83'

red 92 ◦ green 170 ◦ blue 131

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

Shades of Ocean Green #5CAA83

Tints of Ocean Green #5CAA83

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 23.41%
G = 43.26%
B = 33.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#5CAA83 (or 0x5CAA83) is known color: Ocean Green. HEX triplet: 5C, AA and 83. RGB value is (92,170,131). Sum of RGB (Red+Green+Blue) = 92+170+131=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAA83 is #A3557C. Grayscale: #8E8E8E. Windows color (decimal): -10704253 or 8628828. OLE color: 8628828.

HSL color Cylindrical-coordinate representation of color #5CAA83: hue angle of 150º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA83 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 170 131 -
CMYK 0.46 0 0.23 0.33
HSL 150º 0.31% 0.51% -
HSV(B) 150º 0.46% 0.67% -
XYZ 22.89 32.66 26.57 -
YUV 142.23 121.66 92.17 -
System Red Green Blue C M Y K H S L
Decimal 92 170 131 0.46 0 0.23 0.33 150 0.31 0.51
Hex 5C AA 83 2E 0 17 21 96 1F 33
Octal 134 252 203 56 0 27 41 226 37 63
Binary 1011100 10101010 10000011 101110 0 10111 100001 10010110 11111 110011

Color Harmonies of #5CAA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAA83

Black with #5CAA83

Text Example


Text Example

White with #5CAA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,170,131); }

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

background-color css

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

 a { background-color: rgb(92,170,131); }

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

border-color css

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

 span { border-color: rgb(92,170,131); }

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