Html Css Color HEX #5EAF7F Ocean Green

📋 copy color: '#5EAF7F'

red 94 ◦ green 175 ◦ blue 127

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

Shades of Ocean Green #5EAF7F

Tints of Ocean Green #5EAF7F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.19%

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

R = 23.74%
G = 44.19%
B = 32.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#5EAF7F (or 0x5EAF7F) is known color: Ocean Green. HEX triplet: 5E, AF and 7F. RGB value is (94,175,127). Sum of RGB (Red+Green+Blue) = 94+175+127=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF7F is #A15080. Grayscale: #919191. Windows color (decimal): -10571905 or 8367966. OLE color: 8367966.

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

Color convert

RGB 94 175 127 -
CMYK 0.46 0 0.27 0.31
HSL 144.44º 0.34% 0.53% -
HSV(B) 144.44º 0.46% 0.69% -
XYZ 23.78 34.57 25.5 -
YUV 145.31 117.66 91.4 -
System Red Green Blue C M Y K H S L
Decimal 94 175 127 0.46 0 0.27 0.31 144.44 0.34 0.53
Hex 5E AF 7F 2E 0 1B 1F 90 22 35
Octal 136 257 177 56 0 33 37 220 42 65
Binary 1011110 10101111 1111111 101110 0 11011 11111 10010000 100010 110101

Color Harmonies of #5EAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF7F

Black with #5EAF7F

Text Example


Text Example

White with #5EAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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