Html Css Color HEX #5CB17F Ocean Green

📋 copy color: '#5CB17F'

red 92 ◦ green 177 ◦ blue 127

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

Shades of Ocean Green #5CB17F

Tints of Ocean Green #5CB17F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.7%

 BLUE value IS 127 (50% from 255) = 32.07%

R = 23.23%
G = 44.7%
B = 32.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#5CB17F (or 0x5CB17F) is known color: Ocean Green. HEX triplet: 5C, B1 and 7F. RGB value is (92,177,127). Sum of RGB (Red+Green+Blue) = 92+177+127=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB17F is #A34E80. Grayscale: #929292. Windows color (decimal): -10702465 or 8368476. OLE color: 8368476.

HSL color Cylindrical-coordinate representation of color #5CB17F: hue angle of 144.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB17F is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 92 177 127 -
CMYK 0.48 0 0.28 0.31
HSL 144.71º 0.35% 0.53% -
HSV(B) 144.71º 0.48% 0.69% -
XYZ 23.97 35.25 25.62 -
YUV 145.89 117.34 89.57 -
System Red Green Blue C M Y K H S L
Decimal 92 177 127 0.48 0 0.28 0.31 144.71 0.35 0.53
Hex 5C B1 7F 30 0 1C 1F 91 23 35
Octal 134 261 177 60 0 34 37 221 43 65
Binary 1011100 10110001 1111111 110000 0 11100 11111 10010001 100011 110101

Color Harmonies of #5CB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB17F

Black with #5CB17F

Text Example


Text Example

White with #5CB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,177,127); }

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

background-color css

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

 a { background-color: rgb(92,177,127); }

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

border-color css

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

 span { border-color: rgb(92,177,127); }

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