#CAF5BB

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

Shades of Tea Green #CAF5BB

Tints of Tea Green #CAF5BB

Color information

#CAF5BB (or 0xCAF5BB) is unknown color: approx Tea Green. HEX triplet: CA, F5 and BB. RGB value is (202,245,187). Sum of RGB (Red+Green+Blue) = 202+245+187=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5BB is #350A44. Grayscale: #E1E1E1. Windows color (decimal): -3476037 or 12318154. OLE color: 12318154.

HSL color Cylindrical-coordinate representation of color #CAF5BB: hue angle of 104.48º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAF5BB is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB202245187-
CMYK0.1800.240.04
HSL104.48º74.36%84.71%-
HSV(B)104.48º23.67%96.08%-
XYZ65.9881.4559.26-
YUV225.53106.25111.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 245 (96.09% from 255) = 38.64%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=31.86%
G=38.64%
B=29.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022451870.1800.240.04104.4874.3684.71
HexCAF5BB120184684a55
Octal312365273220304150112125
Binary11001010111101011011101110010011000100110100010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF5BB; }

 p { color: rgb(202,245,187); }

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

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

 a { background-color: rgb(202,245,187); }

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

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

 span { border-color: rgb(202,245,187); }

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