Html Css Color HEX #98EDA8 Chinook

📋 copy color: '#98EDA8'

red 152 ◦ green 237 ◦ blue 168

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

Shades of Chinook #98EDA8

Tints of Chinook #98EDA8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.55%

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

R = 27.29%
G = 42.55%
B = 30.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#98EDA8 (or 0x98EDA8) is known color: Chinook. HEX triplet: 98, ED and A8. RGB value is (152,237,168). Sum of RGB (Red+Green+Blue) = 152+237+168=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EDA8 is #671257. Grayscale: #CBCBCB. Windows color (decimal): -6754904 or 11070872. OLE color: 11070872.

HSL color Cylindrical-coordinate representation of color #98EDA8: hue angle of 131.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EDA8 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 237 168 -
CMYK 0.36 0 0.29 0.07
HSL 131.29º 0.7% 0.76% -
HSV(B) 131.29º 0.36% 0.93% -
XYZ 50.3 70.07 47.92 -
YUV 203.72 107.84 91.11 -
System Red Green Blue C M Y K H S L
Decimal 152 237 168 0.36 0 0.29 0.07 131.29 0.7 0.76
Hex 98 ED A8 24 0 1D 7 83 46 4C
Octal 230 355 250 44 0 35 7 203 106 114
Binary 10011000 11101101 10101000 100100 0 11101 111 10000011 1000110 1001100

Color Harmonies of #98EDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EDA8

Black with #98EDA8

Text Example


Text Example

White with #98EDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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