Html Css Color HEX #5CAD7D Ocean Green

📋 copy color: '#5CAD7D'

red 92 ◦ green 173 ◦ blue 125

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

Shades of Ocean Green #5CAD7D

Tints of Ocean Green #5CAD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.36%

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 23.59%
G = 44.36%
B = 32.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#5CAD7D (or 0x5CAD7D) is known color: Ocean Green. HEX triplet: 5C, AD and 7D. RGB value is (92,173,125). Sum of RGB (Red+Green+Blue) = 92+173+125=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAD7D is #A35282. Grayscale: #8F8F8F. Windows color (decimal): -10703491 or 8236380. OLE color: 8236380.

HSL color Cylindrical-coordinate representation of color #5CAD7D: hue angle of 144.44º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAD7D is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 173 125 -
CMYK 0.47 0 0.28 0.32
HSL 144.44º 0.33% 0.52% -
HSV(B) 144.44º 0.47% 0.68% -
XYZ 23.06 33.64 24.68 -
YUV 143.31 117.66 91.4 -
System Red Green Blue C M Y K H S L
Decimal 92 173 125 0.47 0 0.28 0.32 144.44 0.33 0.52
Hex 5C AD 7D 2F 0 1C 20 90 21 34
Octal 134 255 175 57 0 34 40 220 41 64
Binary 1011100 10101101 1111101 101111 0 11100 100000 10010000 100001 110100

Color Harmonies of #5CAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAD7D

Black with #5CAD7D

Text Example


Text Example

White with #5CAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,173,125); }

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

background-color css

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

 a { background-color: rgb(92,173,125); }

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

border-color css

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

 span { border-color: rgb(92,173,125); }

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