Html Css Color HEX #5DAF7C Ocean Green

📋 copy color: '#5DAF7C'

red 93 ◦ green 175 ◦ blue 124

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

Shades of Ocean Green #5DAF7C

Tints of Ocean Green #5DAF7C

RGB

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

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

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

R = 23.72%
G = 44.64%
B = 31.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#5DAF7C (or 0x5DAF7C) is known color: Ocean Green. HEX triplet: 5D, AF and 7C. RGB value is (93,175,124). Sum of RGB (Red+Green+Blue) = 93+175+124=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF7C is #A25083. Grayscale: #909090. Windows color (decimal): -10637444 or 8171357. OLE color: 8171357.

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

Color convert

RGB 93 175 124 -
CMYK 0.47 0 0.29 0.31
HSL 142.68º 0.34% 0.53% -
HSV(B) 142.68º 0.47% 0.69% -
XYZ 23.48 34.44 24.48 -
YUV 144.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 93 175 124 0.47 0 0.29 0.31 142.68 0.34 0.53
Hex 5D AF 7C 2F 0 1D 1F 8F 22 35
Octal 135 257 174 57 0 35 37 217 42 65
Binary 1011101 10101111 1111100 101111 0 11101 11111 10001111 100010 110101

Color Harmonies of #5DAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF7C

Black with #5DAF7C

Text Example


Text Example

White with #5DAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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