Html Css Color HEX #93DAA0 Chinook

📋 copy color: '#93DAA0'

red 147 ◦ green 218 ◦ blue 160

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

Shades of Chinook #93DAA0

Tints of Chinook #93DAA0

RGB

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

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

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

R = 28%
G = 41.52%
B = 30.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#93DAA0 (or 0x93DAA0) is known color: Chinook. HEX triplet: 93, DA and A0. RGB value is (147,218,160). Sum of RGB (Red+Green+Blue) = 147+218+160=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAA0 is #6C255F. Grayscale: #BEBEBE. Windows color (decimal): -7087456 or 10541715. OLE color: 10541715.

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

Color convert

RGB 147 218 160 -
CMYK 0.33 0 0.27 0.15
HSL 130.99º 0.49% 0.72% -
HSV(B) 130.99º 0.33% 0.85% -
XYZ 43.45 58.88 42.33 -
YUV 190.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 147 218 160 0.33 0 0.27 0.15 130.99 0.49 0.72
Hex 93 DA A0 21 0 1B F 83 31 48
Octal 223 332 240 41 0 33 17 203 61 110
Binary 10010011 11011010 10100000 100001 0 11011 1111 10000011 110001 1001000

Color Harmonies of #93DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DAA0

Black with #93DAA0

Text Example


Text Example

White with #93DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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