Html Css Color HEX #5DAF7A Ocean Green

📋 copy color: '#5DAF7A'

red 93 ◦ green 175 ◦ blue 122

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

Shades of Ocean Green #5DAF7A

Tints of Ocean Green #5DAF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 23.85%
G = 44.87%
B = 31.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#5DAF7A (or 0x5DAF7A) is known color: Ocean Green. HEX triplet: 5D, AF and 7A. RGB value is (93,175,122). Sum of RGB (Red+Green+Blue) = 93+175+122=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF7A is #A25085. Grayscale: #909090. Windows color (decimal): -10637446 or 8040285. OLE color: 8040285.

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

Color convert

RGB 93 175 122 -
CMYK 0.47 0 0.30 0.31
HSL 141.22º 0.34% 0.53% -
HSV(B) 141.22º 0.47% 0.69% -
XYZ 23.36 34.39 23.82 -
YUV 144.44 115.33 91.31 -
System Red Green Blue C M Y K H S L
Decimal 93 175 122 0.47 0 0.30 0.31 141.22 0.34 0.53
Hex 5D AF 7A 2F 0 1E 1F 8D 22 35
Octal 135 257 172 57 0 36 37 215 42 65
Binary 1011101 10101111 1111010 101111 0 11110 11111 10001101 100010 110101

Color Harmonies of #5DAF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF7A

Black with #5DAF7A

Text Example


Text Example

White with #5DAF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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