Html Css Color HEX #5DA68B Patina

📋 copy color: '#5DA68B'

red 93 ◦ green 166 ◦ blue 139

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

Shades of Patina #5DA68B

Tints of Patina #5DA68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 23.37%
G = 41.71%
B = 34.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#5DA68B (or 0x5DA68B) is known color: Patina. HEX triplet: 5D, A6 and 8B. RGB value is (93,166,139). Sum of RGB (Red+Green+Blue) = 93+166+139=398 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.37% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA68B is #A25974. Grayscale: #8D8D8D. Windows color (decimal): -10639733 or 9152093. OLE color: 9152093.

HSL color Cylindrical-coordinate representation of color #5DA68B: hue angle of 157.81º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA68B is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 93 166 139 -
CMYK 0.44 0 0.16 0.35
HSL 157.81º 0.29% 0.51% -
HSV(B) 157.81º 0.44% 0.65% -
XYZ 22.81 31.46 29.3 -
YUV 141.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 93 166 139 0.44 0 0.16 0.35 157.81 0.29 0.51
Hex 5D A6 8B 2C 0 10 23 9E 1D 33
Octal 135 246 213 54 0 20 43 236 35 63
Binary 1011101 10100110 10001011 101100 0 10000 100011 10011110 11101 110011

Color Harmonies of #5DA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA68B

Black with #5DA68B

Text Example


Text Example

White with #5DA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,166,139); }

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

background-color css

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

 a { background-color: rgb(93,166,139); }

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

border-color css

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

 span { border-color: rgb(93,166,139); }

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