Html Css Color HEX #98CEAC Vista Blue

📋 copy color: '#98CEAC'

red 152 ◦ green 206 ◦ blue 172

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

Shades of Vista Blue #98CEAC

Tints of Vista Blue #98CEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.87%

 BLUE value IS 172 (67.58% from 255) = 32.45%

R = 28.68%
G = 38.87%
B = 32.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#98CEAC (or 0x98CEAC) is known color: Vista Blue. HEX triplet: 98, CE and AC. RGB value is (152,206,172). Sum of RGB (Red+Green+Blue) = 152+206+172=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CEAC is #673153. Grayscale: #BABABA. Windows color (decimal): -6762836 or 11325080. OLE color: 11325080.

HSL color Cylindrical-coordinate representation of color #98CEAC: hue angle of 142.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CEAC is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 206 172 -
CMYK 0.26 0 0.17 0.19
HSL 142.22º 0.36% 0.7% -
HSV(B) 142.22º 0.26% 0.81% -
XYZ 42.47 53.8 47.18 -
YUV 185.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 152 206 172 0.26 0 0.17 0.19 142.22 0.36 0.7
Hex 98 CE AC 1A 0 11 13 8E 24 46
Octal 230 316 254 32 0 21 23 216 44 106
Binary 10011000 11001110 10101100 11010 0 10001 10011 10001110 100100 1000110

Color Harmonies of #98CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CEAC

Black with #98CEAC

Text Example


Text Example

White with #98CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,206,172); }

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

background-color css

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

 a { background-color: rgb(152,206,172); }

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

border-color css

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

 span { border-color: rgb(152,206,172); }

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