Html Css Color HEX #93DC9C Chinook

📋 copy color: '#93DC9C'

red 147 ◦ green 220 ◦ blue 156

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

Shades of Chinook #93DC9C

Tints of Chinook #93DC9C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.07%

 BLUE value IS 156 (61.33% from 255) = 29.83%

R = 28.11%
G = 42.07%
B = 29.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#93DC9C (or 0x93DC9C) is known color: Chinook. HEX triplet: 93, DC and 9C. RGB value is (147,220,156). Sum of RGB (Red+Green+Blue) = 147+220+156=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DC9C is #6C2363. Grayscale: #BFBFBF. Windows color (decimal): -7086948 or 10280083. OLE color: 10280083.

HSL color Cylindrical-coordinate representation of color #93DC9C: hue angle of 127.4º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DC9C is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 220 156 -
CMYK 0.33 0 0.29 0.14
HSL 127.4º 0.51% 0.72% -
HSV(B) 127.4º 0.33% 0.86% -
XYZ 43.63 59.79 40.69 -
YUV 190.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 147 220 156 0.33 0 0.29 0.14 127.4 0.51 0.72
Hex 93 DC 9C 21 0 1D E 7F 33 48
Octal 223 334 234 41 0 35 16 177 63 110
Binary 10010011 11011100 10011100 100001 0 11101 1110 1111111 110011 1001000

Color Harmonies of #93DC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DC9C

Black with #93DC9C

Text Example


Text Example

White with #93DC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,220,156); }

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

background-color css

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

 a { background-color: rgb(147,220,156); }

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

border-color css

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

 span { border-color: rgb(147,220,156); }

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