Html Css Color HEX #95CBA8 Chinook

📋 copy color: '#95CBA8'

red 149 ◦ green 203 ◦ blue 168

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

Shades of Chinook #95CBA8

Tints of Chinook #95CBA8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.04%

 BLUE value IS 168 (66.02% from 255) = 32.31%

R = 28.65%
G = 39.04%
B = 32.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#95CBA8 (or 0x95CBA8) is known color: Chinook. HEX triplet: 95, CB and A8. RGB value is (149,203,168). Sum of RGB (Red+Green+Blue) = 149+203+168=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CBA8 is #6A3457. Grayscale: #B6B6B6. Windows color (decimal): -6960216 or 11062165. OLE color: 11062165.

HSL color Cylindrical-coordinate representation of color #95CBA8: hue angle of 141.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CBA8 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 203 168 -
CMYK 0.27 0 0.17 0.20
HSL 141.11º 0.34% 0.69% -
HSV(B) 141.11º 0.27% 0.8% -
XYZ 40.82 51.93 44.92 -
YUV 182.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 149 203 168 0.27 0 0.17 0.20 141.11 0.34 0.69
Hex 95 CB A8 1B 0 11 14 8D 22 45
Octal 225 313 250 33 0 21 24 215 42 105
Binary 10010101 11001011 10101000 11011 0 10001 10100 10001101 100010 1000101

Color Harmonies of #95CBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CBA8

Black with #95CBA8

Text Example


Text Example

White with #95CBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,203,168); }

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

background-color css

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

 a { background-color: rgb(149,203,168); }

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

border-color css

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

 span { border-color: rgb(149,203,168); }

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