Html Css Color HEX #95DBAB Chinook

📋 copy color: '#95DBAB'

red 149 ◦ green 219 ◦ blue 171

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

Shades of Chinook #95DBAB

Tints of Chinook #95DBAB

RGB

 RED value IS 149 (58.59% from 255) = 27.64%

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

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 27.64%
G = 40.63%
B = 31.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#95DBAB (or 0x95DBAB) is known color: Chinook. HEX triplet: 95, DB and AB. RGB value is (149,219,171). Sum of RGB (Red+Green+Blue) = 149+219+171=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DBAB is #6A2454. Grayscale: #C0C0C0. Windows color (decimal): -6956117 or 11262869. OLE color: 11262869.

HSL color Cylindrical-coordinate representation of color #95DBAB: hue angle of 138.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DBAB is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 171 -
CMYK 0.32 0 0.22 0.14
HSL 138.86º 0.49% 0.72% -
HSV(B) 138.86º 0.32% 0.86% -
XYZ 45.08 59.99 47.73 -
YUV 192.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 149 219 171 0.32 0 0.22 0.14 138.86 0.49 0.72
Hex 95 DB AB 20 0 16 E 8B 31 48
Octal 225 333 253 40 0 26 16 213 61 110
Binary 10010101 11011011 10101011 100000 0 10110 1110 10001011 110001 1001000

Color Harmonies of #95DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DBAB

Black with #95DBAB

Text Example


Text Example

White with #95DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95DBAB; }

 p { color: rgb(149,219,171); }

 H1.HeaderClassName
 {
   color: #95DBAB;
 }
 .AnyTagClassName
 {
   color: #95DBAB;
 }
</style>

background-color css

<style>
 a { background-color: #95DBAB; }

 a { background-color: rgb(149,219,171); }

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

border-color css

<style>
 span { border-color: #95DBAB; }

 span { border-color: rgb(149,219,171); }

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