Html Css Color HEX #98F7F2 Pale Turquoise

📋 copy color: '#98F7F2'

red 152 ◦ green 247 ◦ blue 242

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

Shades of Pale Turquoise #98F7F2

Tints of Pale Turquoise #98F7F2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.53%

 BLUE value IS 242 (94.92% from 255) = 37.75%

R = 23.71%
G = 38.53%
B = 37.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#98F7F2 (or 0x98F7F2) is known color: Pale Turquoise. HEX triplet: 98, F7 and F2. RGB value is (152,247,242). Sum of RGB (Red+Green+Blue) = 152+247+242=641 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.71% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #98F7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F7F2 is #67080D. Grayscale: #D9D9D9. Windows color (decimal): -6752270 or 15923096. OLE color: 15923096.

HSL color Cylindrical-coordinate representation of color #98F7F2: hue angle of 176.84º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F7F2 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 247 242 -
CMYK 0.38 0 0.02 0.03
HSL 176.84º 0.86% 0.78% -
HSV(B) 176.84º 0.38% 0.97% -
XYZ 62.24 79.61 96.09 -
YUV 218.03 141.53 80.91 -
System Red Green Blue C M Y K H S L
Decimal 152 247 242 0.38 0 0.02 0.03 176.84 0.86 0.78
Hex 98 F7 F2 26 0 2 3 B1 56 4E
Octal 230 367 362 46 0 2 3 261 126 116
Binary 10011000 11110111 11110010 100110 0 10 11 10110001 1010110 1001110

Color Harmonies of #98F7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F7F2

Black with #98F7F2

Text Example


Text Example

White with #98F7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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