#CFF1C1

Color #CFF1C1 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CFF1C1

Tints of Tea Green #CFF1C1

Color information

#CFF1C1 (or 0xCFF1C1) is unknown color: approx Tea Green. HEX triplet: CF, F1 and C1. RGB value is (207,241,193). Sum of RGB (Red+Green+Blue) = 207+241+193=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1C1 is #300E3E. Grayscale: #E1E1E1. Windows color (decimal): -3149375 or 12710351. OLE color: 12710351.

HSL color Cylindrical-coordinate representation of color #CFF1C1: hue angle of 102.5º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFF1C1 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB207241193-
CMYK0.1400.200.05
HSL102.5º63.16%85.1%-
HSV(B)102.5º19.92%94.51%-
XYZ66.8180.0362.38-
YUV225.36109.74114.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 193 (75.78% from 255) = 30.11%
R=32.29%
G=37.60%
B=30.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072411930.1400.200.05102.563.1685.1
HexCFF1C1E0145663f55
Octal31736130116024514677125
Binary110011111111000111000001111001010010111001101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1C1; }

 p { color: rgb(207,241,193); }

 H1.HeaderClassName
 {
   color: #CFF1C1;
 }
 .AnyTagClassName
 {
   color: #CFF1C1;
 }
</style>
background-color css

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

 a { background-color: rgb(207,241,193); }

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

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

 span { border-color: rgb(207,241,193); }

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