#CAF6BB

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

Shades of Tea Green #CAF6BB

Tints of Tea Green #CAF6BB

Color information

#CAF6BB (or 0xCAF6BB) is unknown color: approx Tea Green. HEX triplet: CA, F6 and BB. RGB value is (202,246,187). Sum of RGB (Red+Green+Blue) = 202+246+187=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF6BB is #350944. Grayscale: #E2E2E2. Windows color (decimal): -3475781 or 12318410. OLE color: 12318410.

HSL color Cylindrical-coordinate representation of color #CAF6BB: hue angle of 104.75º degrees, saturation: 0.77, 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 #CAF6BB is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB202246187-
CMYK0.1800.240.04
HSL104.75º76.62%84.9%-
HSV(B)104.75º23.98%96.47%-
XYZ66.2882.0659.36-
YUV226.12105.92110.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 246 (96.48% from 255) = 38.74%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=31.81%
G=38.74%
B=29.45%

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
Decimal2022461870.1800.240.04104.7576.6284.9
HexCAF6BB120184694d55
Octal312366273220304151115125
Binary11001010111101101011101110010011000100110100110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF6BB; }

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

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

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

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

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

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

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

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