Html Css Color HEX #5CA37A Ocean Green

📋 copy color: '#5CA37A'

red 92 ◦ green 163 ◦ blue 122

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

Shades of Ocean Green #5CA37A

Tints of Ocean Green #5CA37A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.24%

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 24.4%
G = 43.24%
B = 32.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#5CA37A (or 0x5CA37A) is known color: Ocean Green. HEX triplet: 5C, A3 and 7A. RGB value is (92,163,122). Sum of RGB (Red+Green+Blue) = 92+163+122=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA37A is #A35C85. Grayscale: #898989. Windows color (decimal): -10706054 or 8037212. OLE color: 8037212.

HSL color Cylindrical-coordinate representation of color #5CA37A: hue angle of 145.35º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA37A is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 163 122 -
CMYK 0.44 0 0.25 0.36
HSL 145.35º 0.28% 0.5% -
HSV(B) 145.35º 0.44% 0.64% -
XYZ 21.02 29.87 23.07 -
YUV 137.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 92 163 122 0.44 0 0.25 0.36 145.35 0.28 0.5
Hex 5C A3 7A 2C 0 19 24 91 1C 32
Octal 134 243 172 54 0 31 44 221 34 62
Binary 1011100 10100011 1111010 101100 0 11001 100100 10010001 11100 110010

Color Harmonies of #5CA37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA37A

Black with #5CA37A

Text Example


Text Example

White with #5CA37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,163,122); }

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

background-color css

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

 a { background-color: rgb(92,163,122); }

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

border-color css

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

 span { border-color: rgb(92,163,122); }

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