#CAF6B7

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

Shades of Tea Green #CAF6B7

Tints of Tea Green #CAF6B7

Color information

#CAF6B7 (or 0xCAF6B7) is unknown color: approx Tea Green. HEX triplet: CA, F6 and B7. RGB value is (202,246,183). Sum of RGB (Red+Green+Blue) = 202+246+183=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 183 (71.88% from 255 or 29.00% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF6B7 is #350948. Grayscale: #E1E1E1. Windows color (decimal): -3475785 or 12056266. OLE color: 12056266.

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

Color convert

RGB202246183-
CMYK0.1800.260.04
HSL101.9º77.78%84.12%-
HSV(B)101.9º25.61%96.47%-
XYZ65.8681.8957.13-
YUV225.66103.92111.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 246 (96.48% from 255) = 38.99%
BLUE value IS 183 (71.88% from 255) = 29.00%
R=32.01%
G=38.99%
B=29.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022461830.1800.260.04101.977.7884.12
HexCAF6B71201A4664e54
Octal312366267220324146116124
Binary11001010111101101011011110010011010100110011010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF6B7; }

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

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

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

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

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

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

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

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