Html Css Color HEX #9BF7B7 Celadon

📋 copy color: '#9BF7B7'

red 155 ◦ green 247 ◦ blue 183

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

Shades of Celadon #9BF7B7

Tints of Celadon #9BF7B7

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.22%

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

R = 26.5%
G = 42.22%
B = 31.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#9BF7B7 (or 0x9BF7B7) is known color: Celadon. HEX triplet: 9B, F7 and B7. RGB value is (155,247,183). Sum of RGB (Red+Green+Blue) = 155+247+183=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF7B7 is #640848. Grayscale: #D4D4D4. Windows color (decimal): -6555721 or 12056475. OLE color: 12056475.

HSL color Cylindrical-coordinate representation of color #9BF7B7: hue angle of 138.26º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF7B7 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 247 183 -
CMYK 0.37 0 0.26 0.03
HSL 138.26º 0.85% 0.79% -
HSV(B) 138.26º 0.37% 0.97% -
XYZ 55.33 76.91 56.73 -
YUV 212.2 111.52 87.2 -
System Red Green Blue C M Y K H S L
Decimal 155 247 183 0.37 0 0.26 0.03 138.26 0.85 0.79
Hex 9B F7 B7 25 0 1A 3 8A 55 4F
Octal 233 367 267 45 0 32 3 212 125 117
Binary 10011011 11110111 10110111 100101 0 11010 11 10001010 1010101 1001111

Color Harmonies of #9BF7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF7B7

Black with #9BF7B7

Text Example


Text Example

White with #9BF7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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