Html Css Color HEX #96E1D6 Sinbad

📋 copy color: '#96E1D6'

red 150 ◦ green 225 ◦ blue 214

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

Shades of Sinbad #96E1D6

Tints of Sinbad #96E1D6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.2%

 BLUE value IS 214 (83.98% from 255) = 36.33%

R = 25.47%
G = 38.2%
B = 36.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#96E1D6 (or 0x96E1D6) is known color: Sinbad. HEX triplet: 96, E1 and D6. RGB value is (150,225,214). Sum of RGB (Red+Green+Blue) = 150+225+214=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1D6 is #691E29. Grayscale: #C9C9C9. Windows color (decimal): -6889002 or 14082454. OLE color: 14082454.

HSL color Cylindrical-coordinate representation of color #96E1D6: hue angle of 171.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E1D6 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 214 -
CMYK 0.33 0 0.05 0.12
HSL 171.2º 0.56% 0.74% -
HSV(B) 171.2º 0.33% 0.88% -
XYZ 51.64 65.19 73.48 -
YUV 201.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 150 225 214 0.33 0 0.05 0.12 171.2 0.56 0.74
Hex 96 E1 D6 21 0 5 C AB 38 4A
Octal 226 341 326 41 0 5 14 253 70 112
Binary 10010110 11100001 11010110 100001 0 101 1100 10101011 111000 1001010

Color Harmonies of #96E1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E1D6

Black with #96E1D6

Text Example


Text Example

White with #96E1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,225,214); }

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

background-color css

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

 a { background-color: rgb(150,225,214); }

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

border-color css

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

 span { border-color: rgb(150,225,214); }

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