Html Css Color HEX #93DD9B Chinook

📋 copy color: '#93DD9B'

red 147 ◦ green 221 ◦ blue 155

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

Shades of Chinook #93DD9B

Tints of Chinook #93DD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.64%

R = 28.11%
G = 42.26%
B = 29.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#93DD9B (or 0x93DD9B) is known color: Chinook. HEX triplet: 93, DD and 9B. RGB value is (147,221,155). Sum of RGB (Red+Green+Blue) = 147+221+155=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD9B is #6C2264. Grayscale: #BFBFBF. Windows color (decimal): -7086693 or 10214803. OLE color: 10214803.

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

Color convert

RGB 147 221 155 -
CMYK 0.33 0 0.30 0.13
HSL 126.49º 0.52% 0.72% -
HSV(B) 126.49º 0.33% 0.87% -
XYZ 43.81 60.28 40.34 -
YUV 191.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 147 221 155 0.33 0 0.30 0.13 126.49 0.52 0.72
Hex 93 DD 9B 21 0 1E D 7E 34 48
Octal 223 335 233 41 0 36 15 176 64 110
Binary 10010011 11011101 10011011 100001 0 11110 1101 1111110 110100 1001000

Color Harmonies of #93DD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DD9B

Black with #93DD9B

Text Example


Text Example

White with #93DD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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