Html Css Color HEX #95EFAA Chinook

📋 copy color: '#95EFAA'

red 149 ◦ green 239 ◦ blue 170

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

Shades of Chinook #95EFAA

Tints of Chinook #95EFAA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.83%

 BLUE value IS 170 (66.8% from 255) = 30.47%

R = 26.7%
G = 42.83%
B = 30.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#95EFAA (or 0x95EFAA) is known color: Chinook. HEX triplet: 95, EF and AA. RGB value is (149,239,170). Sum of RGB (Red+Green+Blue) = 149+239+170=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFAA is #6A1055. Grayscale: #CCCCCC. Windows color (decimal): -6950998 or 11202453. OLE color: 11202453.

HSL color Cylindrical-coordinate representation of color #95EFAA: hue angle of 134º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFAA is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 239 170 -
CMYK 0.38 0 0.29 0.06
HSL 134º 0.74% 0.76% -
HSV(B) 134º 0.38% 0.94% -
XYZ 50.52 71.02 49.08 -
YUV 204.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 149 239 170 0.38 0 0.29 0.06 134 0.74 0.76
Hex 95 EF AA 26 0 1D 6 86 4A 4C
Octal 225 357 252 46 0 35 6 206 112 114
Binary 10010101 11101111 10101010 100110 0 11101 110 10000110 1001010 1001100

Color Harmonies of #95EFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EFAA

Black with #95EFAA

Text Example


Text Example

White with #95EFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,239,170); }

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

background-color css

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

 a { background-color: rgb(149,239,170); }

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

border-color css

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

 span { border-color: rgb(149,239,170); }

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