Html Css Color HEX #5CA683 Ocean Green

📋 copy color: '#5CA683'

red 92 ◦ green 166 ◦ blue 131

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

Shades of Ocean Green #5CA683

Tints of Ocean Green #5CA683

RGB

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

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

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

R = 23.65%
G = 42.67%
B = 33.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#5CA683 (or 0x5CA683) is known color: Ocean Green. HEX triplet: 5C, A6 and 83. RGB value is (92,166,131). Sum of RGB (Red+Green+Blue) = 92+166+131=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA683 is #A3597C. Grayscale: #8B8B8B. Windows color (decimal): -10705277 or 8627804. OLE color: 8627804.

HSL color Cylindrical-coordinate representation of color #5CA683: hue angle of 151.62º 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 #5CA683 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 166 131 -
CMYK 0.45 0 0.21 0.35
HSL 151.62º 0.29% 0.51% -
HSV(B) 151.62º 0.45% 0.65% -
XYZ 22.15 31.19 26.33 -
YUV 139.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 92 166 131 0.45 0 0.21 0.35 151.62 0.29 0.51
Hex 5C A6 83 2D 0 15 23 98 1D 33
Octal 134 246 203 55 0 25 43 230 35 63
Binary 1011100 10100110 10000011 101101 0 10101 100011 10011000 11101 110011

Color Harmonies of #5CA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA683

Black with #5CA683

Text Example


Text Example

White with #5CA683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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