Html Css Color HEX #9BDFA3 Chinook

📋 copy color: '#9BDFA3'

red 155 ◦ green 223 ◦ blue 163

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

Shades of Chinook #9BDFA3

Tints of Chinook #9BDFA3

RGB

 RED value IS 155 (60.94% from 255) = 28.65%

 GREEN value IS 223 (87.5% from 255) = 41.22%

 BLUE value IS 163 (64.06% from 255) = 30.13%

R = 28.65%
G = 41.22%
B = 30.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#9BDFA3 (or 0x9BDFA3) is known color: Chinook. HEX triplet: 9B, DF and A3. RGB value is (155,223,163). Sum of RGB (Red+Green+Blue) = 155+223+163=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFA3 is #64205C. Grayscale: #C4C4C4. Windows color (decimal): -6561885 or 10739611. OLE color: 10739611.

HSL color Cylindrical-coordinate representation of color #9BDFA3: hue angle of 127.06º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDFA3 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 223 163 -
CMYK 0.30 0 0.27 0.13
HSL 127.06º 0.52% 0.74% -
HSV(B) 127.06º 0.3% 0.87% -
XYZ 46.52 62.39 44.24 -
YUV 195.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 155 223 163 0.30 0 0.27 0.13 127.06 0.52 0.74
Hex 9B DF A3 1E 0 1B D 7F 34 4A
Octal 233 337 243 36 0 33 15 177 64 112
Binary 10011011 11011111 10100011 11110 0 11011 1101 1111111 110100 1001010

Color Harmonies of #9BDFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDFA3

Black with #9BDFA3

Text Example


Text Example

White with #9BDFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BDFA3; }

 p { color: rgb(155,223,163); }

 H1.HeaderClassName
 {
   color: #9BDFA3;
 }
 .AnyTagClassName
 {
   color: #9BDFA3;
 }
</style>

background-color css

<style>
 a { background-color: #9BDFA3; }

 a { background-color: rgb(155,223,163); }

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

border-color css

<style>
 span { border-color: #9BDFA3; }

 span { border-color: rgb(155,223,163); }

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