#98F2E3

Color #98F2E3 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #98F2E3

Tints of Pale Turquoise #98F2E3

Color information

#98F2E3 (or 0x98F2E3) is unknown color: approx Pale Turquoise. HEX triplet: 98, F2 and E3. RGB value is (152,242,227). Sum of RGB (Red+Green+Blue) = 152+242+227=621 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.48% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #98F2E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F2E3 is #670D1C. Grayscale: #D5D5D5. Windows color (decimal): -6753565 or 14938776. OLE color: 14938776.

HSL color Cylindrical-coordinate representation of color #98F2E3: hue angle of 170º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F2E3 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB152242227-
CMYK0.3700.060.05
HSL170º77.59%77.25%-
HSV(B)170º37.19%94.9%-
XYZ58.5775.7384.2-
YUV213.38135.6884.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.48%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=24.48%
G=38.97%
B=36.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522422270.3700.060.0517077.5977.25
Hex98F2E325065aa4e4d
Octal23036234345065252116115
Binary10011000111100101110001110010101101011010101010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,242,227); }

 H1.HeaderClassName
 {
   color: #98F2E3;
 }
 .AnyTagClassName
 {
   color: #98F2E3;
 }
</style>
background-color css

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

 a { background-color: rgb(152,242,227); }

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

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

 span { border-color: rgb(152,242,227); }

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