#CAF3BD

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

Shades of Tea Green #CAF3BD

Tints of Tea Green #CAF3BD

Color information

#CAF3BD (or 0xCAF3BD) is unknown color: approx Tea Green. HEX triplet: CA, F3 and BD. RGB value is (202,243,189). Sum of RGB (Red+Green+Blue) = 202+243+189=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3BD is #350C42. Grayscale: #E0E0E0. Windows color (decimal): -3476547 or 12448714. OLE color: 12448714.

HSL color Cylindrical-coordinate representation of color #CAF3BD: hue angle of 105.56º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAF3BD is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB202243189-
CMYK0.1700.220.05
HSL105.56º69.23%84.71%-
HSV(B)105.56º22.22%95.29%-
XYZ65.5980.3360.19-
YUV224.58107.92111.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 243 (95.31% from 255) = 38.33%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=31.86%
G=38.33%
B=29.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431890.1700.220.05105.5669.2384.71
HexCAF3BD1101656a4555
Octal312363275210265152105125
Binary11001010111100111011110110001010110101110101010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3BD; }

 p { color: rgb(202,243,189); }

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

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

 a { background-color: rgb(202,243,189); }

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

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

 span { border-color: rgb(202,243,189); }

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