Html Css Color HEX #98CFA8 Chinook

📋 copy color: '#98CFA8'

red 152 ◦ green 207 ◦ blue 168

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

Shades of Chinook #98CFA8

Tints of Chinook #98CFA8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.28%

 BLUE value IS 168 (66.02% from 255) = 31.88%

R = 28.84%
G = 39.28%
B = 31.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#98CFA8 (or 0x98CFA8) is known color: Chinook. HEX triplet: 98, CF and A8. RGB value is (152,207,168). Sum of RGB (Red+Green+Blue) = 152+207+168=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CFA8 is #673057. Grayscale: #BABABA. Windows color (decimal): -6762584 or 11063192. OLE color: 11063192.

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

Color convert

RGB 152 207 168 -
CMYK 0.27 0 0.19 0.19
HSL 137.45º 0.36% 0.7% -
HSV(B) 137.45º 0.27% 0.81% -
XYZ 42.33 54.13 45.26 -
YUV 186.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 152 207 168 0.27 0 0.19 0.19 137.45 0.36 0.7
Hex 98 CF A8 1B 0 13 13 89 24 46
Octal 230 317 250 33 0 23 23 211 44 106
Binary 10011000 11001111 10101000 11011 0 10011 10011 10001001 100100 1000110

Color Harmonies of #98CFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CFA8

Black with #98CFA8

Text Example


Text Example

White with #98CFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,207,168); }

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

background-color css

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

 a { background-color: rgb(152,207,168); }

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

border-color css

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

 span { border-color: rgb(152,207,168); }

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