Html Css Color HEX #98CFA4 Chinook

📋 copy color: '#98CFA4'

red 152 ◦ green 207 ◦ blue 164

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

Shades of Chinook #98CFA4

Tints of Chinook #98CFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.36%

R = 29.06%
G = 39.58%
B = 31.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#98CFA4 (or 0x98CFA4) is known color: Chinook. HEX triplet: 98, CF and A4. RGB value is (152,207,164). Sum of RGB (Red+Green+Blue) = 152+207+164=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CFA4 is #67305B. Grayscale: #B9B9B9. Windows color (decimal): -6762588 or 10801048. OLE color: 10801048.

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

Color convert

RGB 152 207 164 -
CMYK 0.27 0 0.21 0.19
HSL 133.09º 0.36% 0.7% -
HSV(B) 133.09º 0.27% 0.81% -
XYZ 41.96 53.98 43.33 -
YUV 185.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 152 207 164 0.27 0 0.21 0.19 133.09 0.36 0.7
Hex 98 CF A4 1B 0 15 13 85 24 46
Octal 230 317 244 33 0 25 23 205 44 106
Binary 10011000 11001111 10100100 11011 0 10101 10011 10000101 100100 1000110

Color Harmonies of #98CFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CFA4

Black with #98CFA4

Text Example


Text Example

White with #98CFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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