Html Css Color HEX #98CEA2 Chinook

📋 copy color: '#98CEA2'

red 152 ◦ green 206 ◦ blue 162

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

Shades of Chinook #98CEA2

Tints of Chinook #98CEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.15%

R = 29.23%
G = 39.62%
B = 31.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#98CEA2 (or 0x98CEA2) is known color: Chinook. HEX triplet: 98, CE and A2. RGB value is (152,206,162). Sum of RGB (Red+Green+Blue) = 152+206+162=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CEA2 is #67315D. Grayscale: #B8B8B8. Windows color (decimal): -6762846 or 10669720. OLE color: 10669720.

HSL color Cylindrical-coordinate representation of color #98CEA2: hue angle of 131.11º 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 #98CEA2 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 206 162 -
CMYK 0.26 0 0.21 0.19
HSL 131.11º 0.36% 0.7% -
HSV(B) 131.11º 0.26% 0.81% -
XYZ 41.54 53.43 42.31 -
YUV 184.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 152 206 162 0.26 0 0.21 0.19 131.11 0.36 0.7
Hex 98 CE A2 1A 0 15 13 83 24 46
Octal 230 316 242 32 0 25 23 203 44 106
Binary 10011000 11001110 10100010 11010 0 10101 10011 10000011 100100 1000110

Color Harmonies of #98CEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CEA2

Black with #98CEA2

Text Example


Text Example

White with #98CEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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