Html Css Color HEX #93DAA6 Chinook

📋 copy color: '#93DAA6'

red 147 ◦ green 218 ◦ blue 166

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

Shades of Chinook #93DAA6

Tints of Chinook #93DAA6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.05%

 BLUE value IS 166 (65.23% from 255) = 31.26%

R = 27.68%
G = 41.05%
B = 31.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#93DAA6 (or 0x93DAA6) is known color: Chinook. HEX triplet: 93, DA and A6. RGB value is (147,218,166). Sum of RGB (Red+Green+Blue) = 147+218+166=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAA6 is #6C2559. Grayscale: #BEBEBE. Windows color (decimal): -7087450 or 10934931. OLE color: 10934931.

HSL color Cylindrical-coordinate representation of color #93DAA6: hue angle of 136.06º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAA6 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 218 166 -
CMYK 0.33 0 0.24 0.15
HSL 136.06º 0.49% 0.72% -
HSV(B) 136.06º 0.33% 0.85% -
XYZ 43.99 59.1 45.17 -
YUV 190.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 147 218 166 0.33 0 0.24 0.15 136.06 0.49 0.72
Hex 93 DA A6 21 0 18 F 88 31 48
Octal 223 332 246 41 0 30 17 210 61 110
Binary 10010011 11011010 10100110 100001 0 11000 1111 10001000 110001 1001000

Color Harmonies of #93DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DAA6

Black with #93DAA6

Text Example


Text Example

White with #93DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,218,166); }

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

background-color css

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

 a { background-color: rgb(147,218,166); }

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

border-color css

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

 span { border-color: rgb(147,218,166); }

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