Html Css Color HEX #96D1BD Bermuda

📋 copy color: '#96D1BD'

red 150 ◦ green 209 ◦ blue 189

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

Shades of Bermuda #96D1BD

Tints of Bermuda #96D1BD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.14%

 BLUE value IS 189 (74.22% from 255) = 34.49%

R = 27.37%
G = 38.14%
B = 34.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#96D1BD (or 0x96D1BD) is known color: Bermuda. HEX triplet: 96, D1 and BD. RGB value is (150,209,189). Sum of RGB (Red+Green+Blue) = 150+209+189=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 209 - color contains mainly: green. Hex color #96D1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D1BD is #692E42. Grayscale: #BDBDBD. Windows color (decimal): -6893123 or 12439958. OLE color: 12439958.

HSL color Cylindrical-coordinate representation of color #96D1BD: hue angle of 159.66º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D1BD is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 209 189 -
CMYK 0.28 0 0.10 0.18
HSL 159.66º 0.39% 0.7% -
HSV(B) 159.66º 0.28% 0.82% -
XYZ 44.56 55.76 56.56 -
YUV 189.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 150 209 189 0.28 0 0.10 0.18 159.66 0.39 0.7
Hex 96 D1 BD 1C 0 A 12 A0 27 46
Octal 226 321 275 34 0 12 22 240 47 106
Binary 10010110 11010001 10111101 11100 0 1010 10010 10100000 100111 1000110

Color Harmonies of #96D1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D1BD

Black with #96D1BD

Text Example


Text Example

White with #96D1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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