Html Css Color HEX #96BFA6 Summer Green

📋 copy color: '#96BFA6'

red 150 ◦ green 191 ◦ blue 166

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

Shades of Summer Green #96BFA6

Tints of Summer Green #96BFA6

RGB

 RED value IS 150 (58.98% from 255) = 29.59%

 GREEN value IS 191 (75% from 255) = 37.67%

 BLUE value IS 166 (65.23% from 255) = 32.74%

R = 29.59%
G = 37.67%
B = 32.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#96BFA6 (or 0x96BFA6) is known color: Summer Green. HEX triplet: 96, BF and A6. RGB value is (150,191,166). Sum of RGB (Red+Green+Blue) = 150+191+166=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BFA6 is #694059. Grayscale: #AFAFAF. Windows color (decimal): -6897754 or 10928022. OLE color: 10928022.

HSL color Cylindrical-coordinate representation of color #96BFA6: hue angle of 143.41º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BFA6 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 166 -
CMYK 0.21 0 0.13 0.25
HSL 143.41º 0.24% 0.67% -
HSV(B) 143.41º 0.21% 0.75% -
XYZ 38.09 46.5 43.04 -
YUV 175.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 150 191 166 0.21 0 0.13 0.25 143.41 0.24 0.67
Hex 96 BF A6 15 0 D 19 8F 18 43
Octal 226 277 246 25 0 15 31 217 30 103
Binary 10010110 10111111 10100110 10101 0 1101 11001 10001111 11000 1000011

Color Harmonies of #96BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFA6

Black with #96BFA6

Text Example


Text Example

White with #96BFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BFA6; }

 p { color: rgb(150,191,166); }

 H1.HeaderClassName
 {
   color: #96BFA6;
 }
 .AnyTagClassName
 {
   color: #96BFA6;
 }
</style>

background-color css

<style>
 a { background-color: #96BFA6; }

 a { background-color: rgb(150,191,166); }

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

border-color css

<style>
 span { border-color: #96BFA6; }

 span { border-color: rgb(150,191,166); }

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