Html Css Color HEX #5DAF7F Ocean Green

📋 copy color: '#5DAF7F'

red 93 ◦ green 175 ◦ blue 127

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

Shades of Ocean Green #5DAF7F

Tints of Ocean Green #5DAF7F

RGB

 RED value IS 93 (36.72% from 255) = 23.54%

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

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

R = 23.54%
G = 44.3%
B = 32.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#5DAF7F (or 0x5DAF7F) is known color: Ocean Green. HEX triplet: 5D, AF and 7F. RGB value is (93,175,127). Sum of RGB (Red+Green+Blue) = 93+175+127=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF7F is #A25080. Grayscale: #919191. Windows color (decimal): -10637441 or 8367965. OLE color: 8367965.

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

Color convert

RGB 93 175 127 -
CMYK 0.47 0 0.27 0.31
HSL 144.88º 0.34% 0.53% -
HSV(B) 144.88º 0.47% 0.69% -
XYZ 23.67 34.52 25.49 -
YUV 145.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 93 175 127 0.47 0 0.27 0.31 144.88 0.34 0.53
Hex 5D AF 7F 2F 0 1B 1F 91 22 35
Octal 135 257 177 57 0 33 37 221 42 65
Binary 1011101 10101111 1111111 101111 0 11011 11111 10010001 100010 110101

Color Harmonies of #5DAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF7F

Black with #5DAF7F

Text Example


Text Example

White with #5DAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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