Html Css Color HEX #93DDA0 Chinook

📋 copy color: '#93DDA0'

red 147 ◦ green 221 ◦ blue 160

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

Shades of Chinook #93DDA0

Tints of Chinook #93DDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.86%

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

R = 27.84%
G = 41.86%
B = 30.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#93DDA0 (or 0x93DDA0) is known color: Chinook. HEX triplet: 93, DD and A0. RGB value is (147,221,160). Sum of RGB (Red+Green+Blue) = 147+221+160=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDA0 is #6C225F. Grayscale: #C0C0C0. Windows color (decimal): -7086688 or 10542483. OLE color: 10542483.

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

Color convert

RGB 147 221 160 -
CMYK 0.33 0 0.28 0.13
HSL 130.54º 0.52% 0.72% -
HSV(B) 130.54º 0.33% 0.87% -
XYZ 44.23 60.45 42.6 -
YUV 191.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 147 221 160 0.33 0 0.28 0.13 130.54 0.52 0.72
Hex 93 DD A0 21 0 1C D 83 34 48
Octal 223 335 240 41 0 34 15 203 64 110
Binary 10010011 11011101 10100000 100001 0 11100 1101 10000011 110100 1001000

Color Harmonies of #93DDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DDA0

Black with #93DDA0

Text Example


Text Example

White with #93DDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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