Html Css Color HEX #93CE9F Chinook

📋 copy color: '#93CE9F'

red 147 ◦ green 206 ◦ blue 159

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

Shades of Chinook #93CE9F

Tints of Chinook #93CE9F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.23%

 BLUE value IS 159 (62.5% from 255) = 31.05%

R = 28.71%
G = 40.23%
B = 31.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#93CE9F (or 0x93CE9F) is known color: Chinook. HEX triplet: 93, CE and 9F. RGB value is (147,206,159). Sum of RGB (Red+Green+Blue) = 147+206+159=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE9F is #6C3160. Grayscale: #B7B7B7. Windows color (decimal): -7090529 or 10473107. OLE color: 10473107.

HSL color Cylindrical-coordinate representation of color #93CE9F: hue angle of 132.2º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CE9F is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 206 159 -
CMYK 0.29 0 0.23 0.19
HSL 132.2º 0.38% 0.69% -
HSV(B) 132.2º 0.29% 0.81% -
XYZ 40.36 52.85 40.87 -
YUV 183 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 147 206 159 0.29 0 0.23 0.19 132.2 0.38 0.69
Hex 93 CE 9F 1D 0 17 13 84 26 45
Octal 223 316 237 35 0 27 23 204 46 105
Binary 10010011 11001110 10011111 11101 0 10111 10011 10000100 100110 1000101

Color Harmonies of #93CE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CE9F

Black with #93CE9F

Text Example


Text Example

White with #93CE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,206,159); }

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

background-color css

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

 a { background-color: rgb(147,206,159); }

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

border-color css

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

 span { border-color: rgb(147,206,159); }

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