#CFF3B1

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

Shades of Tea Green #CFF3B1

Tints of Tea Green #CFF3B1

Color information

#CFF3B1 (or 0xCFF3B1) is unknown color: approx Tea Green. HEX triplet: CF, F3 and B1. RGB value is (207,243,177). Sum of RGB (Red+Green+Blue) = 207+243+177=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF3B1 is #300C4E. Grayscale: #E0E0E0. Windows color (decimal): -3148879 or 11662287. OLE color: 11662287.

HSL color Cylindrical-coordinate representation of color #CFF3B1: hue angle of 92.73º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFF3B1 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB207243177-
CMYK0.1500.270.05
HSL92.73º73.33%82.35%-
HSV(B)92.73º27.16%95.29%-
XYZ65.7280.5453.68-
YUV224.71101.07115.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 243 (95.31% from 255) = 38.76%
BLUE value IS 177 (69.53% from 255) = 28.23%
R=33.01%
G=38.76%
B=28.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072431770.1500.270.0592.7373.3382.35
HexCFF3B1F01B55d4952
Octal317363261170335135111122
Binary1100111111110011101100011111011011101101110110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3B1; }

 p { color: rgb(207,243,177); }

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

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

 a { background-color: rgb(207,243,177); }

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

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

 span { border-color: rgb(207,243,177); }

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