Html Css Color HEX #96E4D9 Sinbad

📋 copy color: '#96E4D9'

red 150 ◦ green 228 ◦ blue 217

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

Shades of Sinbad #96E4D9

Tints of Sinbad #96E4D9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.32%

 BLUE value IS 217 (85.16% from 255) = 36.47%

R = 25.21%
G = 38.32%
B = 36.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#96E4D9 (or 0x96E4D9) is known color: Sinbad. HEX triplet: 96, E4 and D9. RGB value is (150,228,217). Sum of RGB (Red+Green+Blue) = 150+228+217=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E4D9 is #691B26. Grayscale: #CBCBCB. Windows color (decimal): -6888231 or 14279830. OLE color: 14279830.

HSL color Cylindrical-coordinate representation of color #96E4D9: hue angle of 171.54º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E4D9 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 228 217 -
CMYK 0.34 0 0.05 0.11
HSL 171.54º 0.59% 0.74% -
HSV(B) 171.54º 0.34% 0.89% -
XYZ 52.85 66.98 75.79 -
YUV 203.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 150 228 217 0.34 0 0.05 0.11 171.54 0.59 0.74
Hex 96 E4 D9 22 0 5 B AC 3B 4A
Octal 226 344 331 42 0 5 13 254 73 112
Binary 10010110 11100100 11011001 100010 0 101 1011 10101100 111011 1001010

Color Harmonies of #96E4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E4D9

Black with #96E4D9

Text Example


Text Example

White with #96E4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,228,217); }

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

background-color css

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

 a { background-color: rgb(150,228,217); }

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

border-color css

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

 span { border-color: rgb(150,228,217); }

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