Html Css Color HEX #9BF4B6 Celadon

📋 copy color: '#9BF4B6'

red 155 ◦ green 244 ◦ blue 182

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

Shades of Celadon #9BF4B6

Tints of Celadon #9BF4B6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42%

 BLUE value IS 182 (71.48% from 255) = 31.33%

R = 26.68%
G = 42%
B = 31.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#9BF4B6 (or 0x9BF4B6) is known color: Celadon. HEX triplet: 9B, F4 and B6. RGB value is (155,244,182). Sum of RGB (Red+Green+Blue) = 155+244+182=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF4B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF4B6 is #640B49. Grayscale: #D2D2D2. Windows color (decimal): -6556490 or 11990171. OLE color: 11990171.

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

Color convert

RGB 155 244 182 -
CMYK 0.36 0 0.25 0.04
HSL 138.2º 0.8% 0.78% -
HSV(B) 138.2º 0.36% 0.96% -
XYZ 54.31 75.05 55.88 -
YUV 210.32 112.01 88.54 -
System Red Green Blue C M Y K H S L
Decimal 155 244 182 0.36 0 0.25 0.04 138.2 0.8 0.78
Hex 9B F4 B6 24 0 19 4 8A 50 4E
Octal 233 364 266 44 0 31 4 212 120 116
Binary 10011011 11110100 10110110 100100 0 11001 100 10001010 1010000 1001110

Color Harmonies of #9BF4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF4B6

Black with #9BF4B6

Text Example


Text Example

White with #9BF4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,244,182); }

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

background-color css

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

 a { background-color: rgb(155,244,182); }

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

border-color css

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

 span { border-color: rgb(155,244,182); }

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