#CCFFC1

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

Shades of Tea Green #CCFFC1

Tints of Tea Green #CCFFC1

Color information

#CCFFC1 (or 0xCCFFC1) is unknown color: approx Tea Green. HEX triplet: CC, FF and C1. RGB value is (204,255,193). Sum of RGB (Red+Green+Blue) = 204+255+193=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFC1 is #33003E. Grayscale: #E8E8E8. Windows color (decimal): -3342399 or 12713932. OLE color: 12713932.

HSL color Cylindrical-coordinate representation of color #CCFFC1: hue angle of 109.35º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCFFC1 is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB204255193-
CMYK0.200.240
HSL109.35º100%87.84%-
HSV(B)109.35º24.31%100%-
XYZ70.2988.2163.77-
YUV232.68105.6107.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 193 (75.78% from 255) = 29.60%
R=31.29%
G=39.11%
B=29.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551930.200.240109.3510087.84
HexCCFFC11401806d6458
Octal314377301240300155144130
Binary110011001111111111000001101000110000110110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFC1; }

 p { color: rgb(204,255,193); }

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

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

 a { background-color: rgb(204,255,193); }

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

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

 span { border-color: rgb(204,255,193); }

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