Html Css Color HEX #9BEDB0 Celadon

📋 copy color: '#9BEDB0'

red 155 ◦ green 237 ◦ blue 176

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

Shades of Celadon #9BEDB0

Tints of Celadon #9BEDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.73%

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

R = 27.29%
G = 41.73%
B = 30.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#9BEDB0 (or 0x9BEDB0) is known color: Celadon. HEX triplet: 9B, ED and B0. RGB value is (155,237,176). Sum of RGB (Red+Green+Blue) = 155+237+176=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEDB0 is #64124F. Grayscale: #CDCDCD. Windows color (decimal): -6558288 or 11595163. OLE color: 11595163.

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

Color convert

RGB 155 237 176 -
CMYK 0.35 0 0.26 0.07
HSL 135.37º 0.69% 0.77% -
HSV(B) 135.37º 0.35% 0.93% -
XYZ 51.64 70.67 51.99 -
YUV 205.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 155 237 176 0.35 0 0.26 0.07 135.37 0.69 0.77
Hex 9B ED B0 23 0 1A 7 87 45 4D
Octal 233 355 260 43 0 32 7 207 105 115
Binary 10011011 11101101 10110000 100011 0 11010 111 10000111 1000101 1001101

Color Harmonies of #9BEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEDB0

Black with #9BEDB0

Text Example


Text Example

White with #9BEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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