Html Css Color HEX #93DEA0 Chinook

📋 copy color: '#93DEA0'

red 147 ◦ green 222 ◦ blue 160

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

Shades of Chinook #93DEA0

Tints of Chinook #93DEA0

RGB

 RED value IS 147 (57.81% from 255) = 27.79%

 GREEN value IS 222 (87.11% from 255) = 41.97%

 BLUE value IS 160 (62.89% from 255) = 30.25%

R = 27.79%
G = 41.97%
B = 30.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#93DEA0 (or 0x93DEA0) is known color: Chinook. HEX triplet: 93, DE and A0. RGB value is (147,222,160). Sum of RGB (Red+Green+Blue) = 147+222+160=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DEA0 is #6C215F. Grayscale: #C0C0C0. Windows color (decimal): -7086432 or 10542739. OLE color: 10542739.

HSL color Cylindrical-coordinate representation of color #93DEA0: hue angle of 130.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DEA0 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 222 160 -
CMYK 0.34 0 0.28 0.13
HSL 130.4º 0.53% 0.72% -
HSV(B) 130.4º 0.34% 0.87% -
XYZ 44.5 60.98 42.68 -
YUV 192.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 147 222 160 0.34 0 0.28 0.13 130.4 0.53 0.72
Hex 93 DE A0 22 0 1C D 82 35 48
Octal 223 336 240 42 0 34 15 202 65 110
Binary 10010011 11011110 10100000 100010 0 11100 1101 10000010 110101 1001000

Color Harmonies of #93DEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DEA0

Black with #93DEA0

Text Example


Text Example

White with #93DEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93DEA0; }

 p { color: rgb(147,222,160); }

 H1.HeaderClassName
 {
   color: #93DEA0;
 }
 .AnyTagClassName
 {
   color: #93DEA0;
 }
</style>

background-color css

<style>
 a { background-color: #93DEA0; }

 a { background-color: rgb(147,222,160); }

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

border-color css

<style>
 span { border-color: #93DEA0; }

 span { border-color: rgb(147,222,160); }

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