Html Css Color HEX #98CBA5 Chinook

📋 copy color: '#98CBA5'

red 152 ◦ green 203 ◦ blue 165

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

Shades of Chinook #98CBA5

Tints of Chinook #98CBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.73%

R = 29.23%
G = 39.04%
B = 31.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#98CBA5 (or 0x98CBA5) is known color: Chinook. HEX triplet: 98, CB and A5. RGB value is (152,203,165). Sum of RGB (Red+Green+Blue) = 152+203+165=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBA5 is #67345A. Grayscale: #B7B7B7. Windows color (decimal): -6763611 or 10865560. OLE color: 10865560.

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

Color convert

RGB 152 203 165 -
CMYK 0.25 0 0.19 0.20
HSL 135.29º 0.33% 0.7% -
HSV(B) 135.29º 0.25% 0.8% -
XYZ 41.1 52.1 43.49 -
YUV 183.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 152 203 165 0.25 0 0.19 0.20 135.29 0.33 0.7
Hex 98 CB A5 19 0 13 14 87 21 46
Octal 230 313 245 31 0 23 24 207 41 106
Binary 10011000 11001011 10100101 11001 0 10011 10100 10000111 100001 1000110

Color Harmonies of #98CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CBA5

Black with #98CBA5

Text Example


Text Example

White with #98CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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