#CEF1C4

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

Shades of Tea Green #CEF1C4

Tints of Tea Green #CEF1C4

Color information

#CEF1C4 (or 0xCEF1C4) is unknown color: approx Tea Green. HEX triplet: CE, F1 and C4. RGB value is (206,241,196). Sum of RGB (Red+Green+Blue) = 206+241+196=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 196 (76.95% from 255 or 30.48% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1C4 is #310E3B. Grayscale: #E1E1E1. Windows color (decimal): -3214908 or 12906958. OLE color: 12906958.

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

Color convert

RGB206241196-
CMYK0.1500.190.05
HSL106.67º61.64%85.69%-
HSV(B)106.67º18.67%94.51%-
XYZ66.8780.0264.14-
YUV225.4111.4114.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 196 (76.95% from 255) = 30.48%
R=32.04%
G=37.48%
B=30.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062411960.1500.190.05106.6761.6485.69
HexCEF1C4F01356b3e56
Octal31636130417023515376126
Binary110011101111000111000100111101001110111010111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1C4; }

 p { color: rgb(206,241,196); }

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

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

 a { background-color: rgb(206,241,196); }

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

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

 span { border-color: rgb(206,241,196); }

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