Html Css Color HEX #93DBA5 Chinook

📋 copy color: '#93DBA5'

red 147 ◦ green 219 ◦ blue 165

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

Shades of Chinook #93DBA5

Tints of Chinook #93DBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

 BLUE value IS 165 (64.84% from 255) = 31.07%

R = 27.68%
G = 41.24%
B = 31.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#93DBA5 (or 0x93DBA5) is known color: Chinook. HEX triplet: 93, DB and A5. RGB value is (147,219,165). Sum of RGB (Red+Green+Blue) = 147+219+165=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DBA5 is #6C245A. Grayscale: #BFBFBF. Windows color (decimal): -7087195 or 10869651. OLE color: 10869651.

HSL color Cylindrical-coordinate representation of color #93DBA5: hue angle of 135º degrees, saturation: 0.5, 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 #93DBA5 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 219 165 -
CMYK 0.33 0 0.25 0.14
HSL 135º 0.5% 0.72% -
HSV(B) 135º 0.33% 0.86% -
XYZ 44.16 59.58 44.77 -
YUV 191.32 113.15 96.39 -
System Red Green Blue C M Y K H S L
Decimal 147 219 165 0.33 0 0.25 0.14 135 0.5 0.72
Hex 93 DB A5 21 0 19 E 87 32 48
Octal 223 333 245 41 0 31 16 207 62 110
Binary 10010011 11011011 10100101 100001 0 11001 1110 10000111 110010 1001000

Color Harmonies of #93DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBA5

Black with #93DBA5

Text Example


Text Example

White with #93DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,219,165); }

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

background-color css

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

 a { background-color: rgb(147,219,165); }

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

border-color css

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

 span { border-color: rgb(147,219,165); }

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