Html Css Color HEX #5DAE7E Ocean Green

📋 copy color: '#5DAE7E'

red 93 ◦ green 174 ◦ blue 126

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

Shades of Ocean Green #5DAE7E

Tints of Ocean Green #5DAE7E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.27%

 BLUE value IS 126 (49.61% from 255) = 32.06%

R = 23.66%
G = 44.27%
B = 32.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#5DAE7E (or 0x5DAE7E) is known color: Ocean Green. HEX triplet: 5D, AE and 7E. RGB value is (93,174,126). Sum of RGB (Red+Green+Blue) = 93+174+126=393 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.66% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAE7E is #A25181. Grayscale: #909090. Windows color (decimal): -10637698 or 8302173. OLE color: 8302173.

HSL color Cylindrical-coordinate representation of color #5DAE7E: hue angle of 144.44º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAE7E is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 174 126 -
CMYK 0.47 0 0.28 0.32
HSL 144.44º 0.33% 0.52% -
HSV(B) 144.44º 0.47% 0.68% -
XYZ 23.42 34.11 25.09 -
YUV 144.31 117.66 91.4 -
System Red Green Blue C M Y K H S L
Decimal 93 174 126 0.47 0 0.28 0.32 144.44 0.33 0.52
Hex 5D AE 7E 2F 0 1C 20 90 21 34
Octal 135 256 176 57 0 34 40 220 41 64
Binary 1011101 10101110 1111110 101111 0 11100 100000 10010000 100001 110100

Color Harmonies of #5DAE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAE7E

Black with #5DAE7E

Text Example


Text Example

White with #5DAE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,174,126); }

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

background-color css

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

 a { background-color: rgb(93,174,126); }

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

border-color css

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

 span { border-color: rgb(93,174,126); }

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