Html Css Color HEX #93DDA3 Chinook

📋 copy color: '#93DDA3'

red 147 ◦ green 221 ◦ blue 163

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

Shades of Chinook #93DDA3

Tints of Chinook #93DDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.7%

R = 27.68%
G = 41.62%
B = 30.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#93DDA3 (or 0x93DDA3) is known color: Chinook. HEX triplet: 93, DD and A3. RGB value is (147,221,163). Sum of RGB (Red+Green+Blue) = 147+221+163=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDA3 is #6C225C. Grayscale: #C0C0C0. Windows color (decimal): -7086685 or 10739091. OLE color: 10739091.

HSL color Cylindrical-coordinate representation of color #93DDA3: hue angle of 132.97º 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 #93DDA3 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 221 163 -
CMYK 0.33 0 0.26 0.13
HSL 132.97º 0.52% 0.72% -
HSV(B) 132.97º 0.33% 0.87% -
XYZ 44.5 60.56 43.99 -
YUV 192.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 147 221 163 0.33 0 0.26 0.13 132.97 0.52 0.72
Hex 93 DD A3 21 0 1A D 85 34 48
Octal 223 335 243 41 0 32 15 205 64 110
Binary 10010011 11011101 10100011 100001 0 11010 1101 10000101 110100 1001000

Color Harmonies of #93DDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DDA3

Black with #93DDA3

Text Example


Text Example

White with #93DDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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