Html Css Color HEX #98CDA8 Chinook

📋 copy color: '#98CDA8'

red 152 ◦ green 205 ◦ blue 168

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

Shades of Chinook #98CDA8

Tints of Chinook #98CDA8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.05%

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

R = 28.95%
G = 39.05%
B = 32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#98CDA8 (or 0x98CDA8) is known color: Chinook. HEX triplet: 98, CD and A8. RGB value is (152,205,168). Sum of RGB (Red+Green+Blue) = 152+205+168=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #98CDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CDA8 is #673257. Grayscale: #B9B9B9. Windows color (decimal): -6763096 or 11062680. OLE color: 11062680.

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

Color convert

RGB 152 205 168 -
CMYK 0.26 0 0.18 0.20
HSL 138.11º 0.35% 0.7% -
HSV(B) 138.11º 0.26% 0.8% -
XYZ 41.85 53.17 45.1 -
YUV 184.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 152 205 168 0.26 0 0.18 0.20 138.11 0.35 0.7
Hex 98 CD A8 1A 0 12 14 8A 23 46
Octal 230 315 250 32 0 22 24 212 43 106
Binary 10011000 11001101 10101000 11010 0 10010 10100 10001010 100011 1000110

Color Harmonies of #98CDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CDA8

Black with #98CDA8

Text Example


Text Example

White with #98CDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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