Html Css Color HEX #98D2CA Sinbad

📋 copy color: '#98D2CA'

red 152 ◦ green 210 ◦ blue 202

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

Shades of Sinbad #98D2CA

Tints of Sinbad #98D2CA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.23%

 BLUE value IS 202 (79.3% from 255) = 35.82%

R = 26.95%
G = 37.23%
B = 35.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#98D2CA (or 0x98D2CA) is known color: Sinbad. HEX triplet: 98, D2 and CA. RGB value is (152,210,202). Sum of RGB (Red+Green+Blue) = 152+210+202=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #98D2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D2CA is #672D35. Grayscale: #BFBFBF. Windows color (decimal): -6761782 or 13292184. OLE color: 13292184.

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

Color convert

RGB 152 210 202 -
CMYK 0.28 0 0.04 0.18
HSL 171.72º 0.39% 0.71% -
HSV(B) 171.72º 0.28% 0.82% -
XYZ 46.66 57.03 64.43 -
YUV 191.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 152 210 202 0.28 0 0.04 0.18 171.72 0.39 0.71
Hex 98 D2 CA 1C 0 4 12 AC 27 47
Octal 230 322 312 34 0 4 22 254 47 107
Binary 10011000 11010010 11001010 11100 0 100 10010 10101100 100111 1000111

Color Harmonies of #98D2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D2CA

Black with #98D2CA

Text Example


Text Example

White with #98D2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,210,202); }

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

background-color css

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

 a { background-color: rgb(152,210,202); }

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

border-color css

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

 span { border-color: rgb(152,210,202); }

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