Html Css Color HEX #98CBA6 Chinook

📋 copy color: '#98CBA6'

red 152 ◦ green 203 ◦ blue 166

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

Shades of Chinook #98CBA6

Tints of Chinook #98CBA6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.96%

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 29.17%
G = 38.96%
B = 31.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#98CBA6 (or 0x98CBA6) is known color: Chinook. HEX triplet: 98, CB and A6. RGB value is (152,203,166). Sum of RGB (Red+Green+Blue) = 152+203+166=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBA6 is #673459. Grayscale: #B7B7B7. Windows color (decimal): -6763610 or 10931096. OLE color: 10931096.

HSL color Cylindrical-coordinate representation of color #98CBA6: hue angle of 136.47º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CBA6 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 203 166 -
CMYK 0.25 0 0.18 0.20
HSL 136.47º 0.33% 0.7% -
HSV(B) 136.47º 0.25% 0.8% -
XYZ 41.19 52.14 43.97 -
YUV 183.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 152 203 166 0.25 0 0.18 0.20 136.47 0.33 0.7
Hex 98 CB A6 19 0 12 14 88 21 46
Octal 230 313 246 31 0 22 24 210 41 106
Binary 10011000 11001011 10100110 11001 0 10010 10100 10001000 100001 1000110

Color Harmonies of #98CBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CBA6

Black with #98CBA6

Text Example


Text Example

White with #98CBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,203,166); }

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

background-color css

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

 a { background-color: rgb(152,203,166); }

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

border-color css

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

 span { border-color: rgb(152,203,166); }

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