Html Css Color HEX #98D6D0 Sinbad

📋 copy color: '#98D6D0'

red 152 ◦ green 214 ◦ blue 208

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

Shades of Sinbad #98D6D0

Tints of Sinbad #98D6D0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.28%

 BLUE value IS 208 (81.64% from 255) = 36.24%

R = 26.48%
G = 37.28%
B = 36.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#98D6D0 (or 0x98D6D0) is known color: Sinbad. HEX triplet: 98, D6 and D0. RGB value is (152,214,208). Sum of RGB (Red+Green+Blue) = 152+214+208=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6D0 is #67292F. Grayscale: #C2C2C2. Windows color (decimal): -6760752 or 13686424. OLE color: 13686424.

HSL color Cylindrical-coordinate representation of color #98D6D0: hue angle of 174.19º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D6D0 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 214 208 -
CMYK 0.29 0 0.03 0.16
HSL 174.19º 0.43% 0.72% -
HSV(B) 174.19º 0.29% 0.84% -
XYZ 48.38 59.32 68.57 -
YUV 194.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 152 214 208 0.29 0 0.03 0.16 174.19 0.43 0.72
Hex 98 D6 D0 1D 0 3 10 AE 2B 48
Octal 230 326 320 35 0 3 20 256 53 110
Binary 10011000 11010110 11010000 11101 0 11 10000 10101110 101011 1001000

Color Harmonies of #98D6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D6D0

Black with #98D6D0

Text Example


Text Example

White with #98D6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,214,208); }

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

background-color css

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

 a { background-color: rgb(152,214,208); }

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

border-color css

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

 span { border-color: rgb(152,214,208); }

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