Html Css Color HEX #9BF9B7 Celadon

📋 copy color: '#9BF9B7'

red 155 ◦ green 249 ◦ blue 183

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

Shades of Celadon #9BF9B7

Tints of Celadon #9BF9B7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.42%

 BLUE value IS 183 (71.88% from 255) = 31.18%

R = 26.41%
G = 42.42%
B = 31.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#9BF9B7 (or 0x9BF9B7) is known color: Celadon. HEX triplet: 9B, F9 and B7. RGB value is (155,249,183). Sum of RGB (Red+Green+Blue) = 155+249+183=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF9B7 is #640648. Grayscale: #D5D5D5. Windows color (decimal): -6555209 or 12056987. OLE color: 12056987.

HSL color Cylindrical-coordinate representation of color #9BF9B7: hue angle of 137.87º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF9B7 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 249 183 -
CMYK 0.38 0 0.27 0.02
HSL 137.87º 0.89% 0.79% -
HSV(B) 137.87º 0.38% 0.98% -
XYZ 55.94 78.14 56.93 -
YUV 213.37 110.86 86.37 -
System Red Green Blue C M Y K H S L
Decimal 155 249 183 0.38 0 0.27 0.02 137.87 0.89 0.79
Hex 9B F9 B7 26 0 1B 2 8A 59 4F
Octal 233 371 267 46 0 33 2 212 131 117
Binary 10011011 11111001 10110111 100110 0 11011 10 10001010 1011001 1001111

Color Harmonies of #9BF9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF9B7

Black with #9BF9B7

Text Example


Text Example

White with #9BF9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,249,183); }

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

background-color css

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

 a { background-color: rgb(155,249,183); }

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

border-color css

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

 span { border-color: rgb(155,249,183); }

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