Html Css Color HEX #C5FFEF Humming Bird

📋 copy color: '#C5FFEF'

red 197 ◦ green 255 ◦ blue 239

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

Shades of Humming Bird #C5FFEF

Tints of Humming Bird #C5FFEF

RGB

 RED value IS 197 (77.34% from 255) = 28.51%

 GREEN value IS 255 (100% from 255) = 36.9%

 BLUE value IS 239 (93.75% from 255) = 34.59%

R = 28.51%
G = 36.9%
B = 34.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#C5FFEF (or 0xC5FFEF) is known color: Humming Bird. HEX triplet: C5, FF and EF. RGB value is (197,255,239). Sum of RGB (Red+Green+Blue) = 197+255+239=691 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.51% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFEF is #3A0010. Grayscale: #EBEBEB. Windows color (decimal): -3801105 or 15728581. OLE color: 15728581.

HSL color Cylindrical-coordinate representation of color #C5FFEF: hue angle of 163.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFEF is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 197 255 239 -
CMYK 0.23 0 0.06 0
HSL 163.45º 1% 0.89% -
HSV(B) 163.45º 0.23% 1% -
XYZ 74.37 89.62 95.04 -
YUV 235.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 197 255 239 0.23 0 0.06 0 163.45 1 0.89
Hex C5 FF EF 17 0 6 0 A3 64 59
Octal 305 377 357 27 0 6 0 243 144 131
Binary 11000101 11111111 11101111 10111 0 110 0 10100011 1100100 1011001

Color Harmonies of #C5FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FFEF

Black with #C5FFEF

Text Example


Text Example

White with #C5FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FFEF; }

 p { color: rgb(197,255,239); }

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

background-color css

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

 a { background-color: rgb(197,255,239); }

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

border-color css

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

 span { border-color: rgb(197,255,239); }

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