Html Css Color HEX #5CAD7B Ocean Green

📋 copy color: '#5CAD7B'

red 92 ◦ green 173 ◦ blue 123

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

Shades of Ocean Green #5CAD7B

Tints of Ocean Green #5CAD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.7%

R = 23.71%
G = 44.59%
B = 31.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#5CAD7B (or 0x5CAD7B) is known color: Ocean Green. HEX triplet: 5C, AD and 7B. RGB value is (92,173,123). Sum of RGB (Red+Green+Blue) = 92+173+123=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAD7B is #A35284. Grayscale: #8F8F8F. Windows color (decimal): -10703493 or 8105308. OLE color: 8105308.

HSL color Cylindrical-coordinate representation of color #5CAD7B: hue angle of 142.96º 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 #5CAD7B is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 173 123 -
CMYK 0.47 0 0.29 0.32
HSL 142.96º 0.33% 0.52% -
HSV(B) 142.96º 0.47% 0.68% -
XYZ 22.93 33.59 24.01 -
YUV 143.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 92 173 123 0.47 0 0.29 0.32 142.96 0.33 0.52
Hex 5C AD 7B 2F 0 1D 20 8F 21 34
Octal 134 255 173 57 0 35 40 217 41 64
Binary 1011100 10101101 1111011 101111 0 11101 100000 10001111 100001 110100

Color Harmonies of #5CAD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAD7B

Black with #5CAD7B

Text Example


Text Example

White with #5CAD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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