Html Css Color HEX #9BECA7 Celadon

📋 copy color: '#9BECA7'

red 155 ◦ green 236 ◦ blue 167

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

Shades of Celadon #9BECA7

Tints of Celadon #9BECA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.93%

R = 27.78%
G = 42.29%
B = 29.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#9BECA7 (or 0x9BECA7) is known color: Celadon. HEX triplet: 9B, EC and A7. RGB value is (155,236,167). Sum of RGB (Red+Green+Blue) = 155+236+167=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BECA7 is #641358. Grayscale: #CCCCCC. Windows color (decimal): -6558553 or 11005083. OLE color: 11005083.

HSL color Cylindrical-coordinate representation of color #9BECA7: hue angle of 128.89º 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 #9BECA7 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 236 167 -
CMYK 0.34 0 0.29 0.07
HSL 128.89º 0.68% 0.77% -
HSV(B) 128.89º 0.34% 0.93% -
XYZ 50.49 69.75 47.36 -
YUV 203.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 155 236 167 0.34 0 0.29 0.07 128.89 0.68 0.77
Hex 9B EC A7 22 0 1D 7 81 44 4D
Octal 233 354 247 42 0 35 7 201 104 115
Binary 10011011 11101100 10100111 100010 0 11101 111 10000001 1000100 1001101

Color Harmonies of #9BECA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BECA7

Black with #9BECA7

Text Example


Text Example

White with #9BECA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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