Html Css Color HEX #5DA38F Patina

📋 copy color: '#5DA38F'

red 93 ◦ green 163 ◦ blue 143

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

Shades of Patina #5DA38F

Tints of Patina #5DA38F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 23.31%
G = 40.85%
B = 35.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#5DA38F (or 0x5DA38F) is known color: Patina. HEX triplet: 5D, A3 and 8F. RGB value is (93,163,143). Sum of RGB (Red+Green+Blue) = 93+163+143=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA38F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA38F is #A25C70. Grayscale: #8B8B8B. Windows color (decimal): -10640497 or 9413469. OLE color: 9413469.

HSL color Cylindrical-coordinate representation of color #5DA38F: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA38F is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 93 163 143 -
CMYK 0.43 0 0.12 0.36
HSL 162.86º 0.28% 0.5% -
HSV(B) 162.86º 0.43% 0.64% -
XYZ 22.57 30.5 30.69 -
YUV 139.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 93 163 143 0.43 0 0.12 0.36 162.86 0.28 0.5
Hex 5D A3 8F 2B 0 C 24 A3 1C 32
Octal 135 243 217 53 0 14 44 243 34 62
Binary 1011101 10100011 10001111 101011 0 1100 100100 10100011 11100 110010

Color Harmonies of #5DA38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA38F

Black with #5DA38F

Text Example


Text Example

White with #5DA38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,163,143); }

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

background-color css

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

 a { background-color: rgb(93,163,143); }

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

border-color css

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

 span { border-color: rgb(93,163,143); }

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