Html Css Color HEX #8AD893 De York

📋 copy color: '#8AD893'

red 138 ◦ green 216 ◦ blue 147

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

Shades of De York #8AD893

Tints of De York #8AD893

RGB

 RED value IS 138 (54.3% from 255) = 27.54%

 GREEN value IS 216 (84.77% from 255) = 43.11%

 BLUE value IS 147 (57.81% from 255) = 29.34%

R = 27.54%
G = 43.11%
B = 29.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#8AD893 (or 0x8AD893) is known color: De York. HEX triplet: 8A, D8 and 93. RGB value is (138,216,147). Sum of RGB (Red+Green+Blue) = 138+216+147=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD893 is #75276C. Grayscale: #B9B9B9. Windows color (decimal): -7677805 or 9689226. OLE color: 9689226.

HSL color Cylindrical-coordinate representation of color #8AD893: hue angle of 126.92º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD893 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 216 147 -
CMYK 0.36 0 0.32 0.15
HSL 126.92º 0.5% 0.69% -
HSV(B) 126.92º 0.36% 0.85% -
XYZ 40.3 56.62 36.41 -
YUV 184.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 138 216 147 0.36 0 0.32 0.15 126.92 0.5 0.69
Hex 8A D8 93 24 0 20 F 7F 32 45
Octal 212 330 223 44 0 40 17 177 62 105
Binary 10001010 11011000 10010011 100100 0 100000 1111 1111111 110010 1000101

Color Harmonies of #8AD893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD893

Black with #8AD893

Text Example


Text Example

White with #8AD893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AD893; }

 p { color: rgb(138,216,147); }

 H1.HeaderClassName
 {
   color: #8AD893;
 }
 .AnyTagClassName
 {
   color: #8AD893;
 }
</style>

background-color css

<style>
 a { background-color: #8AD893; }

 a { background-color: rgb(138,216,147); }

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

border-color css

<style>
 span { border-color: #8AD893; }

 span { border-color: rgb(138,216,147); }

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