Html Css Color HEX #98D1C1 Bermuda

📋 copy color: '#98D1C1'

red 152 ◦ green 209 ◦ blue 193

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

Shades of Bermuda #98D1C1

Tints of Bermuda #98D1C1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.73%

 BLUE value IS 193 (75.78% from 255) = 34.84%

R = 27.44%
G = 37.73%
B = 34.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#98D1C1 (or 0x98D1C1) is known color: Bermuda. HEX triplet: 98, D1 and C1. RGB value is (152,209,193). Sum of RGB (Red+Green+Blue) = 152+209+193=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #98D1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D1C1 is #672E3E. Grayscale: #BEBEBE. Windows color (decimal): -6762047 or 12702104. OLE color: 12702104.

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

Color convert

RGB 152 209 193 -
CMYK 0.27 0 0.08 0.18
HSL 163.16º 0.38% 0.71% -
HSV(B) 163.16º 0.27% 0.82% -
XYZ 45.38 56.13 58.89 -
YUV 190.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 152 209 193 0.27 0 0.08 0.18 163.16 0.38 0.71
Hex 98 D1 C1 1B 0 8 12 A3 26 47
Octal 230 321 301 33 0 10 22 243 46 107
Binary 10011000 11010001 11000001 11011 0 1000 10010 10100011 100110 1000111

Color Harmonies of #98D1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D1C1

Black with #98D1C1

Text Example


Text Example

White with #98D1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,209,193); }

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

background-color css

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

 a { background-color: rgb(152,209,193); }

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

border-color css

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

 span { border-color: rgb(152,209,193); }

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