#CFF5B1

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

Shades of Tea Green #CFF5B1

Tints of Tea Green #CFF5B1

Color information

#CFF5B1 (or 0xCFF5B1) is unknown color: approx Tea Green. HEX triplet: CF, F5 and B1. RGB value is (207,245,177). Sum of RGB (Red+Green+Blue) = 207+245+177=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 177 (69.53% from 255 or 28.14% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF5B1 is #300A4E. Grayscale: #E2E2E2. Windows color (decimal): -3148367 or 11662799. OLE color: 11662799.

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

Color convert

RGB207245177-
CMYK0.1600.280.04
HSL93.53º77.27%82.75%-
HSV(B)93.53º27.76%96.08%-
XYZ66.3281.7453.88-
YUV225.89100.41114.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 245 (96.09% from 255) = 38.95%
BLUE value IS 177 (69.53% from 255) = 28.14%
R=32.91%
G=38.95%
B=28.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072451770.1600.280.0493.5377.2782.75
HexCFF5B11001C45e4d53
Octal317365261200344136115123
Binary11001111111101011011000110000011100100101111010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF5B1; }

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

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

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

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

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

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

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

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