#CAF5B8

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

Shades of Tea Green #CAF5B8

Tints of Tea Green #CAF5B8

Color information

#CAF5B8 (or 0xCAF5B8) is unknown color: approx Tea Green. HEX triplet: CA, F5 and B8. RGB value is (202,245,184). Sum of RGB (Red+Green+Blue) = 202+245+184=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 184 (72.27% from 255 or 29.16% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5B8 is #350A47. Grayscale: #E1E1E1. Windows color (decimal): -3476040 or 12121546. OLE color: 12121546.

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

Color convert

RGB202245184-
CMYK0.1800.250.04
HSL102.3º75.31%84.12%-
HSV(B)102.3º24.9%96.08%-
XYZ65.6681.3257.58-
YUV225.19104.75111.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 245 (96.09% from 255) = 38.83%
BLUE value IS 184 (72.27% from 255) = 29.16%
R=32.01%
G=38.83%
B=29.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022451840.1800.250.04102.375.3184.12
HexCAF5B8120194664b54
Octal312365270220314146113124
Binary11001010111101011011100010010011001100110011010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF5B8; }

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

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

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

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

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

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

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

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