#CFE6CF

Color #CFE6CF Aqua Squeeze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Squeeze #CFE6CF

Tints of Aqua Squeeze #CFE6CF

Color information

#CFE6CF (or 0xCFE6CF) is unknown color: approx Aqua Squeeze. HEX triplet: CF, E6 and CF. RGB value is (207,230,207). Sum of RGB (Red+Green+Blue) = 207+230+207=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6CF is #301930. Grayscale: #DCDCDC. Windows color (decimal): -3152177 or 13625039. OLE color: 13625039.

HSL color Cylindrical-coordinate representation of color #CFE6CF: hue angle of 120º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE6CF is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB207230207-
CMYK0.1000.100.10
HSL120º31.51%85.69%-
HSV(B)120º10%90.2%-
XYZ65.2974.3669.94-
YUV220.5120.38118.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 230 (90.23% from 255) = 35.71%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=32.14%
G=35.71%
B=32.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072302070.1000.100.1012031.5185.69
HexCFE6CFA0AA782056
Octal317346317120121217040126
Binary110011111110011011001111101001010101011110001000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6CF; }

 p { color: rgb(207,230,207); }

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

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

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

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

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

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

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