Html Css Color HEX #95EBA7 Chinook

📋 copy color: '#95EBA7'

red 149 ◦ green 235 ◦ blue 167

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

Shades of Chinook #95EBA7

Tints of Chinook #95EBA7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.65%

 BLUE value IS 167 (65.63% from 255) = 30.31%

R = 27.04%
G = 42.65%
B = 30.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#95EBA7 (or 0x95EBA7) is known color: Chinook. HEX triplet: 95, EB and A7. RGB value is (149,235,167). Sum of RGB (Red+Green+Blue) = 149+235+167=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EBA7 is #6A1458. Grayscale: #C9C9C9. Windows color (decimal): -6952025 or 11004821. OLE color: 11004821.

HSL color Cylindrical-coordinate representation of color #95EBA7: hue angle of 132.56º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EBA7 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 235 167 -
CMYK 0.37 0 0.29 0.08
HSL 132.56º 0.68% 0.75% -
HSV(B) 132.56º 0.37% 0.92% -
XYZ 49.08 68.6 47.21 -
YUV 201.53 108.51 90.53 -
System Red Green Blue C M Y K H S L
Decimal 149 235 167 0.37 0 0.29 0.08 132.56 0.68 0.75
Hex 95 EB A7 25 0 1D 8 85 44 4B
Octal 225 353 247 45 0 35 10 205 104 113
Binary 10010101 11101011 10100111 100101 0 11101 1000 10000101 1000100 1001011

Color Harmonies of #95EBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EBA7

Black with #95EBA7

Text Example


Text Example

White with #95EBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,235,167); }

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

background-color css

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

 a { background-color: rgb(149,235,167); }

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

border-color css

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

 span { border-color: rgb(149,235,167); }

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