Html Css Color HEX #5FB07F Ocean Green

📋 copy color: '#5FB07F'

red 95 ◦ green 176 ◦ blue 127

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

Shades of Ocean Green #5FB07F

Tints of Ocean Green #5FB07F

RGB

 RED value IS 95 (37.5% from 255) = 23.87%

 GREEN value IS 176 (69.14% from 255) = 44.22%

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

R = 23.87%
G = 44.22%
B = 31.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#5FB07F (or 0x5FB07F) is known color: Ocean Green. HEX triplet: 5F, B0 and 7F. RGB value is (95,176,127). Sum of RGB (Red+Green+Blue) = 95+176+127=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB07F is #A04F80. Grayscale: #929292. Windows color (decimal): -10506113 or 8368223. OLE color: 8368223.

HSL color Cylindrical-coordinate representation of color #5FB07F: hue angle of 143.7º 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 #5FB07F is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 176 127 -
CMYK 0.46 0 0.28 0.31
HSL 143.7º 0.34% 0.53% -
HSV(B) 143.7º 0.46% 0.69% -
XYZ 24.08 35.02 25.57 -
YUV 146.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 95 176 127 0.46 0 0.28 0.31 143.7 0.34 0.53
Hex 5F B0 7F 2E 0 1C 1F 90 22 35
Octal 137 260 177 56 0 34 37 220 42 65
Binary 1011111 10110000 1111111 101110 0 11100 11111 10010000 100010 110101

Color Harmonies of #5FB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB07F

Black with #5FB07F

Text Example


Text Example

White with #5FB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,176,127); }

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

background-color css

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

 a { background-color: rgb(95,176,127); }

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

border-color css

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

 span { border-color: rgb(95,176,127); }

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