Html Css Color HEX #98E2DB Sinbad

📋 copy color: '#98E2DB'

red 152 ◦ green 226 ◦ blue 219

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

Shades of Sinbad #98E2DB

Tints of Sinbad #98E2DB

RGB

 RED value IS 152 (59.77% from 255) = 25.46%

 GREEN value IS 226 (88.67% from 255) = 37.86%

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 25.46%
G = 37.86%
B = 36.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#98E2DB (or 0x98E2DB) is known color: Sinbad. HEX triplet: 98, E2 and DB. RGB value is (152,226,219). Sum of RGB (Red+Green+Blue) = 152+226+219=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #98E2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E2DB is #671D24. Grayscale: #CBCBCB. Windows color (decimal): -6757669 or 14410392. OLE color: 14410392.

HSL color Cylindrical-coordinate representation of color #98E2DB: hue angle of 174.32º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E2DB is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 226 219 -
CMYK 0.33 0 0.03 0.11
HSL 174.32º 0.56% 0.74% -
HSV(B) 174.32º 0.33% 0.89% -
XYZ 52.93 66.18 77 -
YUV 203.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 152 226 219 0.33 0 0.03 0.11 174.32 0.56 0.74
Hex 98 E2 DB 21 0 3 B AE 38 4A
Octal 230 342 333 41 0 3 13 256 70 112
Binary 10011000 11100010 11011011 100001 0 11 1011 10101110 111000 1001010

Color Harmonies of #98E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E2DB

Black with #98E2DB

Text Example


Text Example

White with #98E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98E2DB; }

 p { color: rgb(152,226,219); }

 H1.HeaderClassName
 {
   color: #98E2DB;
 }
 .AnyTagClassName
 {
   color: #98E2DB;
 }
</style>

background-color css

<style>
 a { background-color: #98E2DB; }

 a { background-color: rgb(152,226,219); }

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

border-color css

<style>
 span { border-color: #98E2DB; }

 span { border-color: rgb(152,226,219); }

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