Html Css Color HEX #CFF6BA Tea Green

📋 copy color: '#CFF6BA'

red 207 ◦ green 246 ◦ blue 186

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

Shades of Tea Green #CFF6BA

Tints of Tea Green #CFF6BA

RGB

 RED value IS 207 (81.25% from 255) = 32.39%

 GREEN value IS 246 (96.48% from 255) = 38.5%

 BLUE value IS 186 (73.05% from 255) = 29.11%

R = 32.39%
G = 38.5%
B = 29.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#CFF6BA (or 0xCFF6BA) is known color: Tea Green. HEX triplet: CF, F6 and BA. RGB value is (207,246,186). Sum of RGB (Red+Green+Blue) = 207+246+186=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6BA is #300945. Grayscale: #E3E3E3. Windows color (decimal): -3148102 or 12252879. OLE color: 12252879.

HSL color Cylindrical-coordinate representation of color #CFF6BA: hue angle of 99º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFF6BA is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 246 186 -
CMYK 0.16 0 0.24 0.04
HSL 99º 0.77% 0.85% -
HSV(B) 99º 0.24% 0.96% -
XYZ 67.55 82.72 58.86 -
YUV 227.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 207 246 186 0.16 0 0.24 0.04 99 0.77 0.85
Hex CF F6 BA 10 0 18 4 63 4D 55
Octal 317 366 272 20 0 30 4 143 115 125
Binary 11001111 11110110 10111010 10000 0 11000 100 1100011 1001101 1010101

Color Harmonies of #CFF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF6BA

Black with #CFF6BA

Text Example


Text Example

White with #CFF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF6BA; }

 p { color: rgb(207,246,186); }

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

background-color css

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

 a { background-color: rgb(207,246,186); }

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

border-color css

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

 span { border-color: rgb(207,246,186); }

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