Html Css Color HEX #98CEA5 Chinook

📋 copy color: '#98CEA5'

red 152 ◦ green 206 ◦ blue 165

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

Shades of Chinook #98CEA5

Tints of Chinook #98CEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.55%

R = 29.06%
G = 39.39%
B = 31.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#98CEA5 (or 0x98CEA5) is known color: Chinook. HEX triplet: 98, CE and A5. RGB value is (152,206,165). Sum of RGB (Red+Green+Blue) = 152+206+165=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CEA5 is #67315A. Grayscale: #B9B9B9. Windows color (decimal): -6762843 or 10866328. OLE color: 10866328.

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

Color convert

RGB 152 206 165 -
CMYK 0.26 0 0.20 0.19
HSL 134.44º 0.36% 0.7% -
HSV(B) 134.44º 0.26% 0.81% -
XYZ 41.81 53.53 43.73 -
YUV 185.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 152 206 165 0.26 0 0.20 0.19 134.44 0.36 0.7
Hex 98 CE A5 1A 0 14 13 86 24 46
Octal 230 316 245 32 0 24 23 206 44 106
Binary 10011000 11001110 10100101 11010 0 10100 10011 10000110 100100 1000110

Color Harmonies of #98CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CEA5

Black with #98CEA5

Text Example


Text Example

White with #98CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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