#CCFBBB

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

Shades of Tea Green #CCFBBB

Tints of Tea Green #CCFBBB

Color information

#CCFBBB (or 0xCCFBBB) is unknown color: approx Tea Green. HEX triplet: CC, FB and BB. RGB value is (204,251,187). Sum of RGB (Red+Green+Blue) = 204+251+187=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBBB is #330444. Grayscale: #E5E5E5. Windows color (decimal): -3343429 or 12319692. OLE color: 12319692.

HSL color Cylindrical-coordinate representation of color #CCFBBB: hue angle of 104.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCFBBB is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB204251187-
CMYK0.1900.250.02
HSL104.06º88.89%85.88%-
HSV(B)104.06º25.5%98.43%-
XYZ68.3785.4259.9-
YUV229.65103.93109.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 187 (73.44% from 255) = 29.13%
R=31.78%
G=39.10%
B=29.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511870.1900.250.02104.0688.8985.88
HexCCFBBB130192685956
Octal314373273230312150131126
Binary1100110011111011101110111001101100110110100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBBB; }

 p { color: rgb(204,251,187); }

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

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

 a { background-color: rgb(204,251,187); }

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

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

 span { border-color: rgb(204,251,187); }

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