Html Css Color HEX #96BD9F Summer Green

📋 copy color: '#96BD9F'

red 150 ◦ green 189 ◦ blue 159

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

Shades of Summer Green #96BD9F

Tints of Summer Green #96BD9F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.95%

 BLUE value IS 159 (62.5% from 255) = 31.93%

R = 30.12%
G = 37.95%
B = 31.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#96BD9F (or 0x96BD9F) is known color: Summer Green. HEX triplet: 96, BD and 9F. RGB value is (150,189,159). Sum of RGB (Red+Green+Blue) = 150+189+159=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD9F is #694260. Grayscale: #AEAEAE. Windows color (decimal): -6898273 or 10468758. OLE color: 10468758.

HSL color Cylindrical-coordinate representation of color #96BD9F: hue angle of 133.85º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BD9F is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 159 -
CMYK 0.21 0 0.16 0.26
HSL 133.85º 0.23% 0.66% -
HSV(B) 133.85º 0.21% 0.74% -
XYZ 37.03 45.38 39.61 -
YUV 173.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 150 189 159 0.21 0 0.16 0.26 133.85 0.23 0.66
Hex 96 BD 9F 15 0 10 1A 86 17 42
Octal 226 275 237 25 0 20 32 206 27 102
Binary 10010110 10111101 10011111 10101 0 10000 11010 10000110 10111 1000010

Color Harmonies of #96BD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD9F

Black with #96BD9F

Text Example


Text Example

White with #96BD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,189,159); }

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

background-color css

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

 a { background-color: rgb(150,189,159); }

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

border-color css

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

 span { border-color: rgb(150,189,159); }

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