Html Css Color HEX #98CEA0 Chinook

📋 copy color: '#98CEA0'

red 152 ◦ green 206 ◦ blue 160

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

Shades of Chinook #98CEA0

Tints of Chinook #98CEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.89%

R = 29.34%
G = 39.77%
B = 30.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#98CEA0 (or 0x98CEA0) is known color: Chinook. HEX triplet: 98, CE and A0. RGB value is (152,206,160). Sum of RGB (Red+Green+Blue) = 152+206+160=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CEA0 is #67315F. Grayscale: #B8B8B8. Windows color (decimal): -6762848 or 10538648. OLE color: 10538648.

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

Color convert

RGB 152 206 160 -
CMYK 0.26 0 0.22 0.19
HSL 128.89º 0.36% 0.7% -
HSV(B) 128.89º 0.26% 0.81% -
XYZ 41.37 53.36 41.38 -
YUV 184.61 114.11 104.74 -
System Red Green Blue C M Y K H S L
Decimal 152 206 160 0.26 0 0.22 0.19 128.89 0.36 0.7
Hex 98 CE A0 1A 0 16 13 81 24 46
Octal 230 316 240 32 0 26 23 201 44 106
Binary 10011000 11001110 10100000 11010 0 10110 10011 10000001 100100 1000110

Color Harmonies of #98CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CEA0

Black with #98CEA0

Text Example


Text Example

White with #98CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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