Html Css Color HEX #5CB27C Ocean Green

📋 copy color: '#5CB27C'

red 92 ◦ green 178 ◦ blue 124

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

Shades of Ocean Green #5CB27C

Tints of Ocean Green #5CB27C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.18%

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 23.35%
G = 45.18%
B = 31.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#5CB27C (or 0x5CB27C) is known color: Ocean Green. HEX triplet: 5C, B2 and 7C. RGB value is (92,178,124). Sum of RGB (Red+Green+Blue) = 92+178+124=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB27C is #A34D83. Grayscale: #929292. Windows color (decimal): -10702212 or 8172124. OLE color: 8172124.

HSL color Cylindrical-coordinate representation of color #5CB27C: hue angle of 142.33º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB27C is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 92 178 124 -
CMYK 0.48 0 0.30 0.30
HSL 142.33º 0.36% 0.53% -
HSV(B) 142.33º 0.48% 0.7% -
XYZ 23.97 35.57 24.67 -
YUV 146.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 92 178 124 0.48 0 0.30 0.30 142.33 0.36 0.53
Hex 5C B2 7C 30 0 1E 1E 8E 24 35
Octal 134 262 174 60 0 36 36 216 44 65
Binary 1011100 10110010 1111100 110000 0 11110 11110 10001110 100100 110101

Color Harmonies of #5CB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB27C

Black with #5CB27C

Text Example


Text Example

White with #5CB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,178,124); }

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

background-color css

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

 a { background-color: rgb(92,178,124); }

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

border-color css

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

 span { border-color: rgb(92,178,124); }

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