#CAFEB1

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

Shades of Tea Green #CAFEB1

Tints of Tea Green #CAFEB1

Color information

#CAFEB1 (or 0xCAFEB1) is unknown color: approx Tea Green. HEX triplet: CA, FE and B1. RGB value is (202,254,177). Sum of RGB (Red+Green+Blue) = 202+254+177=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEB1 is #35014E. Grayscale: #E5E5E5. Windows color (decimal): -3473743 or 11665098. OLE color: 11665098.

HSL color Cylindrical-coordinate representation of color #CAFEB1: hue angle of 100.52º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAFEB1 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB202254177-
CMYK0.2000.300.00
HSL100.52º97.47%84.51%-
HSV(B)100.52º30.31%99.61%-
XYZ67.7386.6154.74-
YUV229.6798.27108.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 177 (69.53% from 255) = 27.96%
R=31.91%
G=40.13%
B=27.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541770.2000.300.00100.5297.4784.51
HexCAFEB11401E0656155
Octal312376261240360145141125
Binary110010101111111010110001101000111100110010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEB1; }

 p { color: rgb(202,254,177); }

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

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

 a { background-color: rgb(202,254,177); }

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

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

 span { border-color: rgb(202,254,177); }

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