Html Css Color HEX #CFFEBA Tea Green

📋 copy color: '#CFFEBA'

red 207 ◦ green 254 ◦ blue 186

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

Shades of Tea Green #CFFEBA

Tints of Tea Green #CFFEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.26%

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

R = 31.99%
G = 39.26%
B = 28.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#CFFEBA (or 0xCFFEBA) is known color: Tea Green. HEX triplet: CF, FE and BA. RGB value is (207,254,186). Sum of RGB (Red+Green+Blue) = 207+254+186=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEBA is #300145. Grayscale: #E8E8E8. Windows color (decimal): -3146054 or 12254927. OLE color: 12254927.

HSL color Cylindrical-coordinate representation of color #CFFEBA: hue angle of 101.47º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFFEBA is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 254 186 -
CMYK 0.19 0 0.27 0.00
HSL 101.47º 0.97% 0.86% -
HSV(B) 101.47º 0.27% 1% -
XYZ 70.04 87.69 59.69 -
YUV 232.2 101.93 110.03 -
System Red Green Blue C M Y K H S L
Decimal 207 254 186 0.19 0 0.27 0.00 101.47 0.97 0.86
Hex CF FE BA 13 0 1B 0 65 61 56
Octal 317 376 272 23 0 33 0 145 141 126
Binary 11001111 11111110 10111010 10011 0 11011 0 1100101 1100001 1010110

Color Harmonies of #CFFEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFEBA

Black with #CFFEBA

Text Example


Text Example

White with #CFFEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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