#CFEEBB

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

Shades of Tea Green #CFEEBB

Tints of Tea Green #CFEEBB

Color information

#CFEEBB (or 0xCFEEBB) is unknown color: approx Tea Green. HEX triplet: CF, EE and BB. RGB value is (207,238,187). Sum of RGB (Red+Green+Blue) = 207+238+187=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEBB is #301144. Grayscale: #DFDFDF. Windows color (decimal): -3150149 or 12316367. OLE color: 12316367.

HSL color Cylindrical-coordinate representation of color #CFEEBB: hue angle of 96.47º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFEEBB is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB207238187-
CMYK0.1300.210.07
HSL96.47º60%83.33%-
HSV(B)96.47º21.43%93.33%-
XYZ65.287858.63-
YUV222.92107.73116.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=32.75%
G=37.66%
B=29.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072381870.1300.210.0796.476083.33
HexCFEEBBD0157603c53
Octal31735627315025714074123
Binary110011111110111010111011110101010111111000001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEBB; }

 p { color: rgb(207,238,187); }

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

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

 a { background-color: rgb(207,238,187); }

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

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

 span { border-color: rgb(207,238,187); }

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