Html Css Color HEX #9BF5B0 Celadon

📋 copy color: '#9BF5B0'

red 155 ◦ green 245 ◦ blue 176

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

Shades of Celadon #9BF5B0

Tints of Celadon #9BF5B0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.53%

 BLUE value IS 176 (69.14% from 255) = 30.56%

R = 26.91%
G = 42.53%
B = 30.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#9BF5B0 (or 0x9BF5B0) is known color: Celadon. HEX triplet: 9B, F5 and B0. RGB value is (155,245,176). Sum of RGB (Red+Green+Blue) = 155+245+176=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF5B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF5B0 is #640A4F. Grayscale: #D2D2D2. Windows color (decimal): -6556240 or 11597211. OLE color: 11597211.

HSL color Cylindrical-coordinate representation of color #9BF5B0: hue angle of 134º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF5B0 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 245 176 -
CMYK 0.37 0 0.28 0.04
HSL 134º 0.82% 0.78% -
HSV(B) 134º 0.37% 0.96% -
XYZ 54.01 75.41 52.78 -
YUV 210.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 155 245 176 0.37 0 0.28 0.04 134 0.82 0.78
Hex 9B F5 B0 25 0 1C 4 86 52 4E
Octal 233 365 260 45 0 34 4 206 122 116
Binary 10011011 11110101 10110000 100101 0 11100 100 10000110 1010010 1001110

Color Harmonies of #9BF5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF5B0

Black with #9BF5B0

Text Example


Text Example

White with #9BF5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,245,176); }

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

background-color css

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

 a { background-color: rgb(155,245,176); }

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

border-color css

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

 span { border-color: rgb(155,245,176); }

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