Html Css Color HEX #5EA27F Ocean Green

📋 copy color: '#5EA27F'

red 94 ◦ green 162 ◦ blue 127

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

Shades of Ocean Green #5EA27F

Tints of Ocean Green #5EA27F

RGB

 RED value IS 94 (37.11% from 255) = 24.54%

 GREEN value IS 162 (63.67% from 255) = 42.3%

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

R = 24.54%
G = 42.3%
B = 33.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#5EA27F (or 0x5EA27F) is known color: Ocean Green. HEX triplet: 5E, A2 and 7F. RGB value is (94,162,127). Sum of RGB (Red+Green+Blue) = 94+162+127=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA27F is #A15D80. Grayscale: #898989. Windows color (decimal): -10575233 or 8364638. OLE color: 8364638.

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

Color convert

RGB 94 162 127 -
CMYK 0.42 0 0.22 0.36
HSL 149.12º 0.27% 0.5% -
HSV(B) 149.12º 0.42% 0.64% -
XYZ 21.37 29.75 24.7 -
YUV 137.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 94 162 127 0.42 0 0.22 0.36 149.12 0.27 0.5
Hex 5E A2 7F 2A 0 16 24 95 1B 32
Octal 136 242 177 52 0 26 44 225 33 62
Binary 1011110 10100010 1111111 101010 0 10110 100100 10010101 11011 110010

Color Harmonies of #5EA27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA27F

Black with #5EA27F

Text Example


Text Example

White with #5EA27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,162,127); }

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

background-color css

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

 a { background-color: rgb(94,162,127); }

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

border-color css

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

 span { border-color: rgb(94,162,127); }

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