Html Css Color HEX #9BECB0 Celadon

📋 copy color: '#9BECB0'

red 155 ◦ green 236 ◦ blue 176

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

Shades of Celadon #9BECB0

Tints of Celadon #9BECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.62%

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

R = 27.34%
G = 41.62%
B = 31.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#9BECB0 (or 0x9BECB0) is known color: Celadon. HEX triplet: 9B, EC and B0. RGB value is (155,236,176). Sum of RGB (Red+Green+Blue) = 155+236+176=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BECB0 is #64134F. Grayscale: #CDCDCD. Windows color (decimal): -6558544 or 11594907. OLE color: 11594907.

HSL color Cylindrical-coordinate representation of color #9BECB0: hue angle of 135.56º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECB0 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 236 176 -
CMYK 0.34 0 0.25 0.07
HSL 135.56º 0.68% 0.77% -
HSV(B) 135.56º 0.34% 0.93% -
XYZ 51.35 70.09 51.9 -
YUV 204.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 155 236 176 0.34 0 0.25 0.07 135.56 0.68 0.77
Hex 9B EC B0 22 0 19 7 88 44 4D
Octal 233 354 260 42 0 31 7 210 104 115
Binary 10011011 11101100 10110000 100010 0 11001 111 10001000 1000100 1001101

Color Harmonies of #9BECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BECB0

Black with #9BECB0

Text Example


Text Example

White with #9BECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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